diff options
author | rpj <rpj> | 2000-08-17 10:10:52 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-08-17 10:10:52 +0000 |
commit | 951895c3aa196e90d4a5ecefe337d8773b8d33b7 (patch) | |
tree | 5a28b0b5aed60f301410a10ab62778f591cab474 /ChangeLog | |
parent | b05acba4bad2d8d55f6f4ce3a952b60baf43ab80 (diff) |
2000-08-17 Ross Johnson <rpj@special.ise.canberra.edu.au>
* tsd.c (pthread_create_key): Initialise temporary
key before returning it's address to avoid race
conditions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-08-17 Ross Johnson <rpj@special.ise.canberra.edu.au> + + * tsd.c (pthread_create_key): Initialise temporary + key before returning it's address to avoid race + conditions. + 2000-08-13 Ross Johnson <rpj@special.ise.canberra.edu.au> * errno.c: Add _MD precompile condition; thus far |