diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-01 07:27:00 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-01 07:27:00 -0800 |
commit | cc49a5a8837be1f9307b167d9bf4399798a847c9 (patch) | |
tree | f83c61b91801866eb80b000793534c97a9a130a9 /ChangeLog | |
parent | 7f9cd6ed20b12435e68153870cee5adbe09c4bca (diff) | |
download | glibc-cc49a5a8837be1f9307b167d9bf4399798a847c9.tar glibc-cc49a5a8837be1f9307b167d9bf4399798a847c9.tar.gz glibc-cc49a5a8837be1f9307b167d9bf4399798a847c9.tar.bz2 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |