diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 01:58:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 01:58:35 +0000 |
commit | 9d0cdc0eeaf8b0ca19bf04c5e18b00d965fcd0a8 (patch) | |
tree | e4f8023b9d5219537e107005002bc57cc33a6576 /ChangeLog | |
parent | 4924c0072b10d1e72662f02448b96cd6129c445b (diff) | |
download | glibc-9d0cdc0eeaf8b0ca19bf04c5e18b00d965fcd0a8.tar.gz glibc-9d0cdc0eeaf8b0ca19bf04c5e18b00d965fcd0a8.tar.xz glibc-9d0cdc0eeaf8b0ca19bf04c5e18b00d965fcd0a8.zip |
Update.
2004-09-08 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (_int_free): Add inexpensive double free test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a906d61b11..c0623993b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-08 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c (_int_free): Add inexpensive double free test. + 2004-09-08 Roland McGrath <roland@redhat.com> * malloc/mcheck.c: Don't use __P. |