From: Paul Querna Date: Thu, 17 Feb 2005 23:30:00 +0000 (+0000) Subject: propose backport of core input filter fix in r154200. X-Git-Tag: 2.0.54~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8700bcd11c821e5a9309c535aad767f52db10369;p=thirdparty%2Fapache%2Fhttpd.git propose backport of core input filter fix in r154200. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@154203 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 44bdf2b6ca0..e72b1caeba4 100644 --- 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.