]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
nasty storage corruption problem
authorJeff Trawick <trawick@apache.org>
Mon, 15 Mar 2004 20:12:36 +0000 (20:12 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 15 Mar 2004 20:12:36 +0000 (20:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102963 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8493424b3f983e4b7630e5d892177bc1b374bc34..8dc8f546aed91dc53c045c5da2500a2433088b97 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/14 17:49:04 $]
+Last modified at [$Date: 2004/03/15 20:12:36 $]
 
 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! ]
 
+    *) mod_cgid: Fix storage corruption caused by use of incorrect pool.
+         modules/generators/mod_cgid.c: r1.425
+       +1: trawick
+
     *) Use apr_temp_dir_get for htpasswd
        support/htpasswd.c: 1.75
        +1: thommay