diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-31 19:49:31 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-31 19:49:31 +0000 |
commit | 033d54a2d43a92cdb1794a4dfece4d465cf36f6b (patch) | |
tree | 398c6f127057702fb0f9254ee1c76e2cb224fdcf /nptl/ChangeLog | |
parent | d22e28b070d3d1572d39a463d711c6f223078552 (diff) | |
download | glibc-033d54a2d43a92cdb1794a4dfece4d465cf36f6b.tar.gz glibc-033d54a2d43a92cdb1794a4dfece4d465cf36f6b.tar.xz glibc-033d54a2d43a92cdb1794a4dfece4d465cf36f6b.zip |
Fix sem_post race (bug 14532).
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index eb84863588..f59c3d720e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,6 +1,10 @@ -2012-08-15 Roland McGrath <roland@hack.frob.com> +2012-08-31 Joseph Myers <joseph@codesourcery.com> -2012-08-15 Roland McGrath <roland@hack.frob.com> + [BZ #14532] + * sysdeps/unix/sysv/linux/sem_post.c (__new_sem_post): Use + atomic_compare_and_exchange_bool_rel. + * tst-sem14.c: New file. + * Makefile (tests): Add tst-sem14. 2012-08-15 Roland McGrath <roland@hack.frob.com> |