]> git.ipfire.org Git - thirdparty/glibc.git/commit
Restore locking in free_check. release/2.10/master
authorUlrich Drepper <drepper@redhat.com>
Sun, 1 Nov 2009 15:27:00 +0000 (07:27 -0800)
committerAndreas Schwab <schwab@redhat.com>
Mon, 23 Nov 2009 17:16:32 +0000 (18:16 +0100)
commit313f9d1cdb907b6692b2b9c5af917c395091f1d8
tree9c8c786454476b15448170ffddae6560ded19d02
parentdacc52e1922491a3b0e613a8be2d488871315114
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.
(cherry picked from commit cc49a5a8837be1f9307b167d9bf4399798a847c9)
ChangeLog
malloc/hooks.c