From: Daniel Earl Poirier Date: Tue, 25 Aug 2009 13:46:13 +0000 (+0000) Subject: Propose applying fix for PR 47672, seg fault in mod_mem_cache. X-Git-Tag: 2.2.14~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1deab6b6cc045d93c576aae6b31f71e4f90bc4;p=thirdparty%2Fapache%2Fhttpd.git Propose applying fix for PR 47672, seg fault in mod_mem_cache. (Not a backport as mod_mem_cache is no longer in trunk.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@807627 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8da40561d6f..410b0eba157 100644 --- a/STATUS +++ b/STATUS @@ -124,6 +124,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -0: wrowe; Please refer to man 'access' BUGS section about linux 2.4 vs 2.6 kernels, potentially a suspect test for root. + * mod_mem_cache: fix seg fault under load due to pool concurrency problem + PR: 47672 + Trunk Patch: n/a, mod_mem_cache is not in trunk + 2.2.x Patch: https://issues.apache.org/bugzilla/attachment.cgi?id=24124 + +1: poirier + * mod_ssl: Map the _UID variable to NID_userId, where defined by OpenSSL. (PR: 45107) Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=787683