From: Ruediger Pluem Date: Mon, 17 Apr 2006 10:41:40 +0000 (+0000) Subject: * Add three backport proposals X-Git-Tag: 2.2.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c4ec35dd91ef9beef84db7aad721f9630e6c74;p=thirdparty%2Fapache%2Fhttpd.git * Add three backport proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394653 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e15b8ecd095..3fa1cf0cc4b 100644 --- a/STATUS +++ b/STATUS @@ -98,3 +98,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version works +1: trawick, colm + * core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=394070&view=rev + 2.2.x version of patch: + Trunk version works + +1: rpluem + + * mod_proxy_balancer: Initialize local data structures for workers of a + balancer. PR 38227, PR 38267. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=394446&view=rev + 2.2.x version of patch: + Trunk version works + +1: rpluem + + * mod_proxy: Do not release connections from connection pool twice as this + can cause different threads to use the same connection at the + same time. PR 38793. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=394088&view=rev + 2.2.x version of patch: + Trunk version works + +1: rpluem +