From: Jim Jagielski Date: Thu, 11 Oct 2007 14:12:02 +0000 (+0000) Subject: Add fix for, as of now, unconfirmed issue... X-Git-Tag: 2.2.7~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59410f423693040d5bcaa9698b562902b2f918d;p=thirdparty%2Fapache%2Fhttpd.git Add fix for, as of now, unconfirmed issue... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583829 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 57e261c6d0e..271d422c76d 100644 --- a/STATUS +++ b/STATUS @@ -207,6 +207,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=582631 +1: niq + * modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): Fix + apr_pool_cleanup_register() invocation added in r583202, which was + causing every apr_proc_create() call to segfault. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=583813 + PATCHES/ISSUES THAT ARE STALLED * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability