]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport
authorGraham Leggett <minfrin@apache.org>
Sun, 23 May 2004 22:20:12 +0000 (22:20 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 23 May 2004 22:20:12 +0000 (22:20 +0000)
PR: 24801
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103747 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 82d9024974db3374e9acc02087ff00f01af96435..7d9f42c7553a1d10fda8f6e30032480c795aee90 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/22 16:19:39 $]
+Last modified at [$Date: 2004/05/23 22:20:12 $]
 
 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! ]
 
+    *) Fix a segfault when requests for shared memory fails and returns
+       NULL. Fix a segfault caused by a lack of bounds checking on the
+       cache.
+       modules/experimental/util_ldap_cache_mgr.c r1.16
+       PR 24801
+       +1: minfrin
+
     *) Throw an error message if an attempt is made to use the LDAPTrustedCA
        or LDAPTrustedCAType directives in a VirtualHost.
        modules/experimental/util_ldap.c r1.29