From: Bradley Nicholes Date: Sat, 21 Feb 2004 00:52:50 +0000 (+0000) Subject: Backport for segfault in mod_ldap X-Git-Tag: 2.0.49~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf70ab17c4b799bf8c73080aeaa56fe2e90ec8be;p=thirdparty%2Fapache%2Fhttpd.git Backport for segfault in mod_ldap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102718 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index efa26347cc8..7f77bf49a6b 100644 --- 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