Subject: Re: malloc() bug in netbsd 3.0 ,malloc.c is having Dead code in free_pages()
To: sushant mathur <sushant.iet@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 09/07/2006 11:00:36
On Thu, Sep 07, 2006 at 12:47:37PM +0530, sushant mathur wrote:
>        last_idx = idx - 1;
> 
>        for(i=idx;i <= last_idx;)
>                  page_dir[i++] = MALLOC_NOT_MINE;

Heh, sure looks like a bug, please use send-pr to report it (and avoid
massive cross-posting to unrelated lists please)

Thanks,

Martin