From: Yann Ylavic Date: Wed, 25 Mar 2015 15:28:27 +0000 (+0000) Subject: Update mod_proxy-transfer patch to address Eric's concerns. X-Git-Tag: 2.4.13~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02eb1864b1511c3332d73af00603b44e5ee1fb7e;p=thirdparty%2Fapache%2Fhttpd.git Update mod_proxy-transfer patch to address Eric's concerns. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1669133 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bcc4ee1fd14..54c3339780d 100644 --- a/STATUS +++ b/STATUS @@ -311,11 +311,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: side when none occurs next on the other side, and abort. trunk patch: http://svn.apache.org/r1657636 http://svn.apache.org/r1657638 - 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy-transfer.patch + http://svn.apache.org/r1669130 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy-transfer-v2.patch +1: ylavic covener: I noticed while reviewing that rv is not used in ap_log_rerror at least in the path context. If it had, the |= would have dropped the strerror. Think there's any risk in having rv like that floating around? + ylavic: Agreed, fixed in r1669130 (and v2) by using a pure boolean instead. *) mod_dav: Avoid a potential integer underflow in the lock timeout value sent back to a client. PR 55420