diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-06-25 10:41:17 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-08-31 11:21:13 +0200 |
commit | 523df511514331a7fa0668b37a917b52f71684af (patch) | |
tree | ec00cd983d6d41308351d396004b460df057269a /nptl/ChangeLog | |
parent | 2bc174332ba6ddbd1b855dced33889bef56e8ba3 (diff) | |
download | glibc-523df511514331a7fa0668b37a917b52f71684af.tar.gz glibc-523df511514331a7fa0668b37a917b52f71684af.tar.xz glibc-523df511514331a7fa0668b37a917b52f71684af.zip |
Fix setxid race handling exiting threads
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 06d19b9411..c44ce2af6f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2011-08-31 Andreas Schwab <schwab@redhat.com> + + * allocatestack.c (setxid_mark_thread): Ensure that the exiting + thread is woken up. + 2011-08-20 David S. Miller <davem@davemloft.net> * Makefile (tst-cleanup0.out): Fix typo in output redirection. |