]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add two more proposals for backport
authorRuediger Pluem <rpluem@apache.org>
Sun, 5 Mar 2006 15:36:58 +0000 (15:36 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 5 Mar 2006 15:36:58 +0000 (15:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@383340 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cd630491bca18d6a45f20cefca724b1e37c23407..85e8ea7885ed0816cc8cce6d75ad948843a23cda 100644 (file)
--- 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
+