about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-09 17:15:57 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-09 17:15:57 +0000
commit14abadc8bf54ed8cf3585aa2f0aa869df4f83983 (patch)
tree6b1910ba64ac38cd9eb52b9056155271930d8331 /ChangeLog
parent6bf4302e764e422656f4f7230619fe9ab481ae04 (diff)
downloadglibc-14abadc8bf54ed8cf3585aa2f0aa869df4f83983.tar.gz
glibc-14abadc8bf54ed8cf3585aa2f0aa869df4f83983.tar.xz
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--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0a74a85df..c0868ed174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>