Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 29 Nov 2019 22:15:52 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: New malloc - first preview

On Fri, Nov 29, 2019 at 08:45:58PM +0100, Markus Wichmann wrote:
> On Thu, Nov 28, 2019 at 04:56:42PM -0500, Rich Felker wrote:
> > Work on the new malloc is well underway, and I have a draft version
> > now public at:
> >
> > https://github.com/richfelker/mallocng-draft
> >
> 
> So I read a bit of the code and noticed a mistake: On error, mmap()
> returns MAP_FAILED ((void*)-1) rather than 0.

Thanks! Yep, I noticed that a day or two ago while reading but forgot
to mark it down on my list of things to fix. Thanks for catching it.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.