summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-27 12:12:16 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-27 12:12:16 +0000
commitfc17ab1e8415581b23416caa8925602d1e40d100 (patch)
treec688c5e128d508d109124f2275333baea708fd0e /CHANGES
parent6ed911f09d0a144f865cc12ce5267c9c507d4cb1 (diff)
downloadapr-fc17ab1e8415581b23416caa8925602d1e40d100.tar.gz
win32: Fix potential race condition in apr_thread_create.
* CHANGES: Add changelog entry. * threadproc/win32/thread.c (apr_thread_create): Create suspended thread, initialize apr_thread_t->td and only after that resume thread. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 332d60327..4b5d3456f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -266,6 +266,8 @@ Changes for APR 2.0.0
*) Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov]
+ *) apr_thread_create: Fix potential race condition on Windows. [Ivan Zhakov]
+
Changes for APR and APR-util 1.7.x and later:
*) http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?view=markup