Skip to content

Commit

Permalink
Fix problems with memory allocation in assert.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Aug 31, 2009
1 parent 72f9026 commit b5c03e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit b5c03e1

Please sign in to comment.