[PATCH] Trivial fix: sscanf always calls realloc

Paul Pluzhnikov ppluzhnikov@google.com
Mon Jan 9 02:02:00 GMT 2012


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



More information about the Libc-alpha mailing list