diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 04:45:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 04:45:06 +0000 |
commit | 6cce65407e2fc5015c69bb38741d6942b3e412c3 (patch) | |
tree | e8ce13071301d740bb358dcb12890b205a9d194b /ChangeLog | |
parent | 893e609847a2f372970e349e0cede2e8529bea71 (diff) | |
download | glibc-6cce65407e2fc5015c69bb38741d6942b3e412c3.tar.gz glibc-6cce65407e2fc5015c69bb38741d6942b3e412c3.tar.xz glibc-6cce65407e2fc5015c69bb38741d6942b3e412c3.zip |
Update.
* malloc/malloc.c (_int_malloc): Check for corruption of chunk which is about to be returned.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ae8cc2e29b..a5cd019f9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-19 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (_int_malloc): Check for corruption of chunk + which is about to be returned. + * malloc/malloc.c (_int_free): Add a few more cheap tests for corruption. |