diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-16 21:14:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-16 21:14:45 +0000 |
commit | 6a14016e3cab30500ce7f88061357c987924fbb0 (patch) | |
tree | 09199438e22bdb5605211ebb1f1225762533ac1e /linuxthreads/ChangeLog | |
parent | 4abef27cb7e388aed0027ed2b7d989f1833d5999 (diff) | |
download | glibc-6a14016e3cab30500ce7f88061357c987924fbb0.tar glibc-6a14016e3cab30500ce7f88061357c987924fbb0.tar.gz glibc-6a14016e3cab30500ce7f88061357c987924fbb0.tar.bz2 glibc-6a14016e3cab30500ce7f88061357c987924fbb0.zip |
Update.
2000-10-16 Ulrich Drepper <drepper@redhat.com>
* specific.c: Protect tsd array modification in thread data
structures by getting the thread lock in pthread_key_delete and
__pthread_destroy_specifics.
Patch by Wolfram Gloger <Wolfram.Gloger@dent.med.uni-muenchen.de>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index f863f6642a..9d34e33017 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-10-16 Ulrich Drepper <drepper@redhat.com> + + * specific.c: Protect tsd array modification in thread data + structures by getting the thread lock in pthread_key_delete and + __pthread_destroy_specifics. + Patch by Wolfram Gloger <Wolfram.Gloger@dent.med.uni-muenchen.de>. + 2000-10-12 Alan Modra <alan@linuxcare.com.au> * sysdeps/pthread/bits/initspin.h: New file. |