diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-13 04:48:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-13 04:48:35 +0000 |
commit | bf58906631af8fe0d57625988b1d003cc09ef01d (patch) | |
tree | bece252e69676134a5c51316326d8d3821c12a47 /ChangeLog | |
parent | 04ec80e410b4efb0576a2ffd0d2f29ed1fdac451 (diff) | |
download | glibc-bf58906631af8fe0d57625988b1d003cc09ef01d.tar glibc-bf58906631af8fe0d57625988b1d003cc09ef01d.tar.gz glibc-bf58906631af8fe0d57625988b1d003cc09ef01d.tar.bz2 glibc-bf58906631af8fe0d57625988b1d003cc09ef01d.zip |
* malloc/malloc.c (_int_free): Fail if block size is obviously wrong.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2005-10-12 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (_int_free): Fail if block size is obviously wrong. + * include/malloc.h: Remove _int_new_arena prototype. * malloc/arena.c (_int_new_arena): Move definition ahead of arena_get2 and make static. |