]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add three backport proposals
authorRuediger Pluem <rpluem@apache.org>
Mon, 17 Apr 2006 10:41:40 +0000 (10:41 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 17 Apr 2006 10:41:40 +0000 (10:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394653 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e15b8ecd0958398829d525194cc87cb3db845e59..3fa1cf0cc4b8cd7b306eb09a7f25f67c514a3d11 100644 (file)
--- 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
+