]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Reintroduce Davi's backport proposal that cleans up the code for the fix
authorRuediger Pluem <rpluem@apache.org>
Sat, 17 Nov 2007 20:25:28 +0000 (20:25 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 17 Nov 2007 20:25:28 +0000 (20:25 +0000)
  to PR 43334.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596001 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d2a95290794f9f888d2ec5722209d04db3961f91..46deaf5577f813f3064704b2a6488c9e68107223 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -256,6 +256,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x: trunk patch applies
      +1: trawick, rpluem
 
+   * mod_ssl: Don't use the pconf pool for allocating memory pointed by
+     a local static variable. PR 43865.
+     trunk:
+         http://svn.apache.org/viewvc?view=rev&revision=591384
+     2.2.x:
+        Trunk patch has a simple conflict due to name change of
+        a optional function variable, refreshed patch:
+        http://people.apache.org/~davi/ssl_engine_var_safe.patch
+     +1: davi, rpluem
+     rpluem says: CHANGES patch at
+                  http://people.apache.org/~rpluem/patches/CHANGES-43334.diff
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when