]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose backport of core input filter fix in r154200.
authorPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 23:30:00 +0000 (23:30 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 23:30:00 +0000 (23:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@154203 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 44bdf2b6ca0fee686e57f061c47befed34720050..e72b1caeba4a6e3032ad1e637a8e8834071f38f4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -94,6 +94,12 @@ PATCHES TO BACKPORT FROM TRUNK:
     identify exactly what the proposed changes are! ]
   [ please append new backports at the end of this list not the top. ]
 
+    *) core_input_filter: Fix leak of a brigade by moving buckets to an 
+       existing brigade instead of calling brigade_split which creates a 
+       new brigade. PR 33382. r154200
+       Patch for 2.0: http://www.apache.org/~pquerna/c-i-f-leak.patch
+       +1: pquerna
+
     *) dummy_connection tweak: directly use the address of the first
        listener rather than extracting through getnameinfo(), and log
        the address for better diagnostics in error cases.