diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 17:15:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 17:15:57 +0000 |
commit | 14abadc8bf54ed8cf3585aa2f0aa869df4f83983 (patch) | |
tree | 6b1910ba64ac38cd9eb52b9056155271930d8331 /ChangeLog | |
parent | 6bf4302e764e422656f4f7230619fe9ab481ae04 (diff) | |
download | glibc-14abadc8bf54ed8cf3585aa2f0aa869df4f83983.tar glibc-14abadc8bf54ed8cf3585aa2f0aa869df4f83983.tar.gz glibc-14abadc8bf54ed8cf3585aa2f0aa869df4f83983.tar.bz2 glibc-14abadc8bf54ed8cf3585aa2f0aa869df4f83983.zip |
Update.
* malloc/malloc.c (_int_free): Add inexpensive double free and
memory corruption tests.
(malloc_printf_nc): Renamed to malloc_printerr. Second parameter
is no format string anymore. Don't use stdio. Adjust all callers.
* malloc/hooks.c: Adjust malloc_printf_nc callers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,7 +6,11 @@ * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed. - * malloc/malloc.c (_int_free): Add inexpensive double free test. + * malloc/malloc.c (_int_free): Add inexpensive double free and + memory corruption tests. + (malloc_printf_nc): Renamed to malloc_printerr. Second parameter + is no format string anymore. Don't use stdio. Adjust all callers. + * malloc/hooks.c: Adjust malloc_printf_nc callers. 2004-09-08 Roland McGrath <roland@redhat.com> |