From: William A. Rowe Jr Date: Tue, 3 May 2016 16:13:01 +0000 (+0000) Subject: Propose a hack for the borken modperl example server segv X-Git-Tag: 2.4.21~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3ce283b14c508088b7b5737e0418af6f47e1294;p=apache Propose a hack for the borken modperl example server segv git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742137 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c5b96f15cd..29761f62c1 100644 --- a/STATUS +++ b/STATUS @@ -242,6 +242,12 @@ PATCHES/ISSUES THAT ARE BEING WORKED 2.4.x patch: trunk works +1: jorton, + * Guard against premature invocation of ap_get_useragent_host() + when the read_request hook has not satisfied r->useragent_addr; + trunk patch: http://svn.apache.org/r1742135 + 2.4.x patch: trunk works + +1: wrowe + PATCHES/ISSUES THAT ARE STALLED * core: Add ap_errorlog_provider to make ErrorLog logging modular. This