]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add fix for, as of now, unconfirmed issue...
authorJim Jagielski <jim@apache.org>
Thu, 11 Oct 2007 14:12:02 +0000 (14:12 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 11 Oct 2007 14:12:02 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583829 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 57e261c6d0ef47c1c583f833ed880817a7daa1c4..271d422c76d14dc4338f7c69224c662d36742aa6 100644 (file)
--- 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