From: Ruediger Pluem Date: Sun, 5 Mar 2006 15:36:58 +0000 (+0000) Subject: * Add two more proposals for backport X-Git-Tag: 2.2.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9273345205d5f0a5250a068ba3f3b128ba5b05e3;p=thirdparty%2Fapache%2Fhttpd.git * Add two more proposals for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@383340 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cd630491bca..85e8ea7885e 100644 --- a/STATUS +++ b/STATUS @@ -201,3 +201,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem + * mod_proxy_ajp: Crosscheck the length of the body chunk with the length + of the ajp message to prevent readings beyond the buffer boundaries + which possibly could reveal sensitive memory contents to the client. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=383339&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem + + * mod_proxy_balancer: Do not overwrite the status of initialized workers and + respect the configured status of uninitilized workers when creating a new + child process. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=374929&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem +