From: Ulrich Drepper Date: Mon, 31 Aug 2009 11:56:07 +0000 (-0700) Subject: Fix problems with memory allocation in assert. X-Git-Tag: fedora/glibc-2.10.90-18~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c03e105cb445a7dc08289e7e6751434c3262ce;p=thirdparty%2Fglibc.git Fix problems with memory allocation in assert. In case the allocator is corrupted and an assert triggers, we shouldn't allocate any more memory. Use a private assert definition which doesn't use malloc. --- diff --git a/ChangeLog b/ChangeLog index b52cb81b604..2f6de8b9d78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-08-31 Ulrich Drepper + + [BZ #10560] + * malloc/malloc.c: Add local assert definition to avoid problems with + memory allocation in the real one. + 2009-08-27 H.J. Lu * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):