From 4c8b8cc332a4581f7d1627c80030abb922940bfe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 8 Apr 2009 18:00:34 +0000 Subject: * malloc/malloc.c (_int_realloc): Add parameter with old block size. Remove duplicated test. Don't handle mmap'ed blocks here. Adjust all callers. * malloc/hooks.c (realloc_check): Adjust _int_realloc call. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a589aae0f..b2c5b322fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-08 Ulrich Drepper + + * malloc/malloc.c (_int_realloc): Add parameter with old block + size. Remove duplicated test. Don't handle mmap'ed blocks here. + Adjust all callers. + * malloc/hooks.c (realloc_check): Adjust _int_realloc call. + 2009-04-07 Ulrich Drepper * sysdeps/x86_64/strchrnul.S: New file. -- cgit 1.4.1