]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport for segfault in mod_ldap
authorBradley Nicholes <bnicholes@apache.org>
Sat, 21 Feb 2004 00:52:50 +0000 (00:52 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Sat, 21 Feb 2004 00:52:50 +0000 (00:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102718 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index efa26347cc859c8098c932d5b9e68326146bedbb..7f77bf49a6b56697ab1f04f44c3d6f04f6b53002 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/02/19 16:56:21 $]
+Last modified at [$Date: 2004/02/21 00:52:50 $]
 
 Release:
 
@@ -80,6 +80,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_ldap: Fix segfault when shared memory caching is disabled 
+      modules/experimental/util_ldap_cache_mgr.c: r1.15 
+      +1: bnicholes
+    
     * mod_ssl: Clear OpenSSL error stack during pphrase entry to prevent 
       spurious failures in SSL functions later.
       PR: 21160