This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] malloc: Fix for infinite loop in memalign/posix_memalign.


On Thu, Oct 17, 2013 at 08:42:42AM +0100, Will Newton wrote:
> On 10 October 2013 13:26, Will Newton <will.newton@linaro.org> wrote:
> >
> > A very large alignment argument passed to mealign/posix_memalign
> > causes _int_memalign to enter an infinite loop. Limit the maximum
> > alignment value to the maximum representable power of two to
> > prevent this from happening.
> >
> 
> Ping?
> 
looks ok.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]