]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
back port proposal
authorBradley Nicholes <bnicholes@apache.org>
Wed, 7 Apr 2004 21:49:47 +0000 (21:49 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 7 Apr 2004 21:49:47 +0000 (21:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103291 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9cf157d226c6ef3d511f377fe69d8661d2eaabb9..8f05a9ed3bffab22c9bf1f0d0abdea5ac2f545b3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/06 18:09:21 $]
+Last modified at [$Date: 2004/04/07 21:49:47 $]
 
 Release:
 
@@ -72,6 +72,13 @@ 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! ]
 
+    *) Nested <IfDefine> blocks will cause ap_build_cont_config()
+       to be called recursively. Allocate the temporary 8k 
+       string buffer from the temp_pool rather than the stack to 
+       avoid over-running a fixed length stack.
+         server/config.c: r1.174
+       +1: bnicholes
+
     *) Fix segfault in mod_expires. PR 28047
          modules/metadata/mod_expires.c: r1.54
        +1: nd, bnicholes