Fix race in free sanity check.
[glibc.git] / ChangeLog
blob05525db76f1f671e74eb85cbde7aa783b2fff7b5
1 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
3         * malloc/malloc.c (_int_free): Possible race in the most recently
4         added check.  Only act on the data if no current modification
5         happened.