]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Segfault begone.
authorGraham Leggett <minfrin@apache.org>
Sun, 19 Sep 2004 23:03:57 +0000 (23:03 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 19 Sep 2004 23:03:57 +0000 (23:03 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index accb0637f02c3451c53ecb62c6c45261f594b7f0..0fabcbfa7cc1ddf3624f1745f5f4a012c1055a2c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/19 15:06:38 $]
+Last modified at [$Date: 2004/09/19 23:03:57 $]
 
 Release:
 
@@ -74,8 +74,12 @@ 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 in the LDAP cache purge.
+         modules/ldap/util_ldap_cache_mgr.c: 1.9
+       +1: minfrin
+
     *) Fix a segfault in the LDAP cache when it is configured switched off.
-       httpd-2.0/modules/ldap/util_ldap_cache_mgr.c: 1.7
+         modules/ldap/util_ldap_cache_mgr.c: 1.7
        +1: minfrin
 
     *) buildconf: Clean autoconf cache and do mod_ssl timestamp dance.