From: Allan K. Edwards Date: Mon, 3 May 2004 22:32:37 +0000 (+0000) Subject: propose backport of "Prevent Win32 pool corruption at startup" X-Git-Tag: 2.0.50~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0008bd5636a7653a67b2bc501d8df99e4e262f;p=thirdparty%2Fapache%2Fhttpd.git propose backport of "Prevent Win32 pool corruption at startup" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103589 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fab74751cd3..6a16a2ed76a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/29 04:34:50 $] +Last modified at [$Date: 2004/05/03 22:32:37 $] Release: @@ -72,6 +72,10 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Prevent Win32 pool corruption at startup + server/mpm/winnt/child.c: r1.36 + +1: ake + *) mod_log_forensic: Fix build on systems without unistd.h. PR 28572 modules/loggers/mod_log_forensic.c: r1.19 +1: nd, trawick