]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix the global mutex crash when the global mutex is never allocated
authorGraham Leggett <minfrin@apache.org>
Sun, 19 Sep 2004 23:16:32 +0000 (23:16 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 19 Sep 2004 23:16:32 +0000 (23:16 +0000)
due to disabled/empty caches.
PR:
Obtained from:
Submitted by: Jess Holle <jessh ptc.com>
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index 0fabcbfa7cc1ddf3624f1745f5f4a012c1055a2c..683cc11cf2ec0ebf25bcb227859fdf1d9a5d0a31 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/19 23:03:57 $]
+Last modified at [$Date: 2004/09/19 23:16:32 $]
 
 Release:
 
@@ -74,6 +74,11 @@ 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 the global mutex crash when the global mutex is never allocated
+       due to disabled/empty caches.
+         modules/ldap/util_ldap.c: 1.13
+       +1: minfrin
+
     *) Fix a segfault in the LDAP cache purge.
          modules/ldap/util_ldap_cache_mgr.c: 1.9
        +1: minfrin