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] Trivial fix: sscanf always calls realloc


On Sun, Jan 8, 2012 at 5:14 PM, Ulrich Drepper <drepper@gmail.com> wrote:

>> - ? ? ? ? if (use_malloc || __libc_use_alloca (newsize)) ? ? ? ? ? ? ? ? ? ?\
>> + ? ? ? ? if (use_malloc || !__libc_use_alloca (newsize)) ? ? ? ? ? ? ? ? ? \
>
>
> Applied.

Thanks!

I wonder if the same patch could be applied to 2.15 branch, so
distributions that will likely use it could pick up the fix. (2.14
release was not affected.)

Thanks again.
-- 
Paul Pluzhnikov


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