From: Yann Ylavic Date: Sat, 18 Oct 2014 09:13:18 +0000 (+0000) Subject: Propose fixes for more (unlikely) accesses to freed memory. X-Git-Tag: 2.4.11~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a94324234dec09ca4e57ae4419765134050eddc;p=thirdparty%2Fapache%2Fhttpd.git Propose fixes for more (unlikely) accesses to freed memory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1632744 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b3e0ad530cc..66437b44ca0 100644 --- a/STATUS +++ b/STATUS @@ -249,6 +249,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works, no CHANGES +1: rjung + * mod_proxy: Avoid (unlikely) more accesses to freed memory. + trunk patch: http://svn.apache.org/r1632740 + http://svn.apache.org/r1632742 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_more_fixes.patch + +1: ylavic + ylavic: No CHANGES entry is added but rather the existing one for the same + issue in mod_proxy_http (2.4.11's backport r1632736) has been modified. + + OTHER PROPOSALS * A list of further possible backports can be found at: