From 5ccfca2c9d9d386d22c7b61a798fcdb4b77c6acc Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sat, 21 Jan 2023 13:54:24 +0000 Subject: 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 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.1