diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-03-08 17:01:14 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-03-08 17:02:46 +0100 |
commit | 058e9ba9fd03b86246b8ed3c49392fa783a5c337 (patch) | |
tree | f489a651b93610bd5f3bd56032846be663785e83 /nptl/ChangeLog | |
parent | b886abfbacc5799dd29d4068338a488b17964e51 (diff) | |
download | glibc-058e9ba9fd03b86246b8ed3c49392fa783a5c337.zip glibc-058e9ba9fd03b86246b8ed3c49392fa783a5c337.tar.gz glibc-058e9ba9fd03b86246b8ed3c49392fa783a5c337.tar.bz2 |
Revert to original version of setxid race fix
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e0e1a53..fa4c8f2 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2010-03-08 Andreas Schwab <schwab@redhat.com> + + * pthread_create.c (__pthread_create_2_1): Don't set setxid_futex. + * allocatestack.c (get_cached_stack): Set setxid_futex. + (allocate_stack): Likewise. + 2010-03-05 Andreas Schwab <schwab@redhat.com> Ulrich Drepper <drepper@redhat.com> |