From: Graham Leggett Date: Sun, 19 Sep 2004 23:16:32 +0000 (+0000) Subject: Fix the global mutex crash when the global mutex is never allocated X-Git-Tag: 2.0.52~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301b129ef0e1fd18ebbfd1b489825cbc61212fc3;p=thirdparty%2Fapache%2Fhttpd.git Fix the global mutex crash when the global mutex is never allocated due to disabled/empty caches. PR: Obtained from: Submitted by: Jess Holle Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105209 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0fabcbfa7cc..683cc11cf2e 100644 --- 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