From: Ruediger Pluem Date: Sat, 17 Nov 2007 20:25:28 +0000 (+0000) Subject: * Reintroduce Davi's backport proposal that cleans up the code for the fix X-Git-Tag: 2.2.7~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b64c060828dae2647eb0dd9613be38037edc3e7;p=thirdparty%2Fapache%2Fhttpd.git * Reintroduce Davi's backport proposal that cleans up the code for the fix to PR 43334. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596001 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d2a95290794..46deaf5577f 100644 --- 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