From 14abadc8bf54ed8cf3585aa2f0aa869df4f83983 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Sep 2004 17:15:57 +0000 Subject: 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. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0a74a8..c0868ed 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 -- cgit v1.1