diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 09:35:20 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 09:35:20 -0700 |
commit | 9c04f7c155fb799fa7757b5c8bb52400d0dc2ec5 (patch) | |
tree | 0683255c817e5b300c63ae660d41057f36cca02f /nptl/ChangeLog | |
parent | 3005703bb9aff3b2a1b2cf6bbbc92e7eaf91d9a5 (diff) | |
download | glibc-9c04f7c155fb799fa7757b5c8bb52400d0dc2ec5.tar.gz glibc-9c04f7c155fb799fa7757b5c8bb52400d0dc2ec5.tar.xz glibc-9c04f7c155fb799fa7757b5c8bb52400d0dc2ec5.zip |
Fix aliasing problem in tst-sem11.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f61cb5c9a3..52176fc10d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2009-10-30 Ulrich Drepper <drepper@redhat.com> + * tst-sem11.c (main): Rewrite to avoid aliasing problems. + [BZ #3270] * allocatestack.c (__nptl_setxid): Perform the operation in multiple steps to avoid races with creation and terminations. |