This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, release/2.18/master has been updated
via 8b43a2274a593ce91e673db1cfac6e808134bc84 (commit)
from ca0dd6386ed2b5c5c6ca392547628a1228432ae0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
Perform sanity check only if we have_lock. Due to lockless nature of fastbins
we need to be careful derefencing pointers to fastbin entries (chunksize(old)
in this case) in multithreaded environments.
The fix is to add have_lock to the if-condition checks. The rest of the patch
only makes code more readable.
* malloc/malloc.c (_int_free): Perform sanity check only if we
have_lock.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, release/2.18/master has been updated 91e673db1cfac6e 808134bc84 (commit) 5c6ca392547628a 1228432ae0 (commit)
via 8b43a2274a593ce
from ca0dd6386ed2b5c
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log ------- ------- ------- ------- ------- ------- ------- ------- ------- -- /sourceware. org/git/ gitweb. cgi?p=glibc. git;h=8b43a2274 a593ce91e673db1 cfac6e808134bc8 4
https:/
commit 8b43a2274a593ce 91e673db1cfac6e 808134bc84
Author: Maxim Kuvyrkov <email address hidden>
Date: Tue Dec 24 09:44:50 2013 +1300
Fix race in free() of fastbin chunk: BZ #15073
Perform sanity check only if we have_lock. Due to lockless nature of fastbins
we need to be careful derefencing pointers to fastbin entries (chunksize(old)
in this case) in multithreaded environments.
The fix is to add have_lock to the if-condition checks. The rest of the patch
only makes code more readable.
* malloc/malloc.c (_int_free): Perform sanity check only if we
have_lock.
Conflicts:
ChangeLog
NEWS
------- ------- ------- ------- ------- ------- ------- ------- ------- ------- -
Summary of changes: +++++-- ------
ChangeLog | 7 +++++++
NEWS | 2 +-
malloc/malloc.c | 20 +++++++
3 files changed, 20 insertions(+), 9 deletions(-)