Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 2 Nov 2015 16:46:09 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: Re: [PATCH] prevent allocs than PTRDIFF_MAX via mremap

On Sat, Oct 31, 2015 at 04:30:39PM -0400, Rich Felker wrote:
> On Sat, Oct 31, 2015 at 05:20:10AM -0400, Daniel Micay wrote:
> > It seems like a call to __vm_wait() might also be needed here when
> > MREMAP_FIXED is passed as a flag. I don't know anything about robust
> > futexes though, so someone else will need to figure that out.
> 
> Thanks. I'll review both issues and see if there's anything else wrong
> in this file. I think there's at least one other conceptual problem:
> use of va_arg when the flags that do indicate that a variadic argument
> was passed.

I've committed your patch and the additional changes from this thread.
Thanks!

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.