diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-05 11:23:28 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-05 11:23:28 -0800 |
commit | 66f1b8eeb20c49c8566abeeacf36540f258ad5f4 (patch) | |
tree | 1149fbc80470ff586f1815d334b5308ad24cc4cb /nptl/ChangeLog | |
parent | 01f1f5ee8b58d5a3dce5250ed3514e9dfa5ceff4 (diff) | |
download | glibc-66f1b8eeb20c49c8566abeeacf36540f258ad5f4.tar glibc-66f1b8eeb20c49c8566abeeacf36540f258ad5f4.tar.gz glibc-66f1b8eeb20c49c8566abeeacf36540f258ad5f4.tar.bz2 glibc-66f1b8eeb20c49c8566abeeacf36540f258ad5f4.zip |
Fix setxid race with thread creation
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c81eb03b75..e0e1a5392f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2010-03-05 Andreas Schwab <schwab@redhat.com> + Ulrich Drepper <drepper@redhat.com> + + * allocatestack.c (setxid_mark_thread): Delay handling of thread if + it is creating a thread or it is just being created. + * pthread_create.c (start_thread): Wake setxid thread if it is + waiting. + (__pthread_create_2_1): Initialize setxid_futex. + * sysdeps/pthread/createthread.c (do_clone): Wake setxid thread if it + is waiting. + 2010-01-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: |