summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2023-01-21 13:54:24 +0000
committerIvan Zhakov <ivan@apache.org>2023-01-21 13:54:24 +0000
commit5ccfca2c9d9d386d22c7b61a798fcdb4b77c6acc (patch)
treeaa1989518790389249e5c570fa5fe830196f7cf3 /CHANGES
parentc8adeaba01de353b20b7e1212c7ee0153b44979a (diff)
downloadapr-5ccfca2c9d9d386d22c7b61a798fcdb4b77c6acc.tar.gz
apr_proc_create(): Fix incorrect error handling when pipes are redirected
on Windows. * threadproc/win32/proc.c (apr_proc_create): Save last error immediately after CreateProcessAsUserW()/ CreateProcessW() call, otherwise it can be lost by later calls. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1906863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d889de9b3..bbcd3b594 100644
--- a/CHANGES
+++ b/CHANGES
@@ -268,6 +268,9 @@ Changes for APR 2.0.0
*) apr_thread_create: Fix potential race condition on Windows. [Ivan Zhakov]
+ *) apr_proc_create(): Fix incorrect error handling when pipes are redirected
+ 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