about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-01 07:27:00 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-01 07:27:00 -0800
commitcc49a5a8837be1f9307b167d9bf4399798a847c9 (patch)
treef83c61b91801866eb80b000793534c97a9a130a9 /ChangeLog
parent7f9cd6ed20b12435e68153870cee5adbe09c4bca (diff)
downloadglibc-cc49a5a8837be1f9307b167d9bf4399798a847c9.tar.gz
glibc-cc49a5a8837be1f9307b167d9bf4399798a847c9.tar.xz
glibc-cc49a5a8837be1f9307b167d9bf4399798a847c9.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a917dc1f4..a9f6357a69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-01  Ulrich Drepper  <drepper@redhat.com>
+
+	* malloc/hooks.c (free_check): Restore locking and call _int_free
+	appropriately.
+
 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
 
 	* version.h (VERSION): Bump for 2.11 release.