Fix problems with memory allocation in assert.
authorUlrich Drepper <drepper@redhat.com>
Mon, 31 Aug 2009 11:56:07 +0000 (04:56 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 31 Aug 2009 11:56:07 +0000 (04:56 -0700)
commitb5c03e105cb445a7dc08289e7e6751434c3262ce
tree928b55a8dc91fb8a1a08f621aebd48345e242919
parent72f9026327c109c3d72b4f17ee0afc8b4e2d6f00
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.
ChangeLog