From: Graham Leggett Date: Sun, 23 May 2004 22:20:12 +0000 (+0000) Subject: Propose a backport X-Git-Tag: 2.0.50~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e76ade3ea64a250527155097f65f0a0d7fcb64e3;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport PR: 24801 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103747 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 82d9024974d..7d9f42c7553 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/22 16:19:39 $] +Last modified at [$Date: 2004/05/23 22:20:12 $] Release: @@ -72,6 +72,13 @@ 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 when requests for shared memory fails and returns + NULL. Fix a segfault caused by a lack of bounds checking on the + cache. + modules/experimental/util_ldap_cache_mgr.c r1.16 + PR 24801 + +1: minfrin + *) Throw an error message if an attempt is made to use the LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost. modules/experimental/util_ldap.c r1.29