From: Ruediger Pluem Date: Fri, 5 Oct 2007 09:08:06 +0000 (+0000) Subject: * Add a comment X-Git-Tag: 2.0.62~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db201df6a863d95a9770a118f479dc8fa99ad53;p=thirdparty%2Fapache%2Fhttpd.git * Add a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@582148 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8436fec4fc6..f153002ce18 100644 --- a/STATUS +++ b/STATUS @@ -127,6 +127,11 @@ RELEASE SHOWSTOPPERS: Not in or needed at trunk/, as apr 1.3.0 has the proper fix. http://people.apache.org/~wrowe/httpd-2.0-2.2-procattr-bugfix-log.c.patch +1: wrowe + rpluem says: Is this really the correct thing to do on UNIX? I am not sure + if all dup2 implementation notice that both fd's are the same. Otherwise + they close stdout/stderr first and dup a then closed fd in stdout/stderr, + leaving us without stdout/stderr in the child. + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: