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.
This commit is contained in:
Ulrich Drepper 2009-08-31 04:56:07 -07:00
parent 72f9026327
commit b5c03e105c

View File

@ -1,3 +1,9 @@
2009-08-31 Ulrich Drepper <drepper@redhat.com>
[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 <hongjiu.lu@intel.com>
* sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):