From cc49a5a8837be1f9307b167d9bf4399798a847c9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 1 Nov 2009 07:27:00 -0800 Subject: Restore locking in free_check. This code is only used when MALLOC_CHECK_ is used. Then some bogus crashes and/or assert could result from the locking changes. The code ain't fast. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a917dc1f4..a9f6357a69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-01 Ulrich Drepper + + * malloc/hooks.c (free_check): Restore locking and call _int_free + appropriately. + 2009-10-30 Ulrich Drepper * version.h (VERSION): Bump for 2.11 release. -- cgit 1.4.1