From: Jean-Jacques Clar Date: Tue, 16 Mar 2004 20:04:07 +0000 (+0000) Subject: added a back port proposal X-Git-Tag: 2.0.49~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87916d1f70a6c35b7580d7e3247ac7553127b4ff;p=thirdparty%2Fapache%2Fhttpd.git added a back port proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 598feb7a06e..f9f88e71062 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/15 21:11:14 $] +Last modified at [$Date: 2004/03/16 20:04:07 $] Release: @@ -71,6 +71,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! ] + *) Add a check on apr_pollset_create() to return value to exit ab in case it fails. + support/ab.c: r1.138 + +1: jjclar + *) mod_cgid: Fix storage corruption caused by use of incorrect pool. modules/generators/mod_cgid.c: r1.425 +1: trawick, stoddard