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.
(cherry picked from commit
b5c03e105cb445a7dc08289e7e6751434c3262ce)
+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-25 Joseph Myers <joseph@codesourcery.com>
* math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.