|
Message-ID: <20151031203039.GJ8645@brightrain.aerifal.cx> Date: Sat, 31 Oct 2015 16:30:39 -0400 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 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. 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.