Re: malloc() bug in netbsd 3.0 ,malloc.c is having Dead code in free_pages()
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel,gmane.os.netbsd.general,gmane.os.netbsd.help,gmane.os.netbsd.bugs,gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
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