]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose applying fix for PR 47672, seg fault in mod_mem_cache.
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 25 Aug 2009 13:46:13 +0000 (13:46 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 25 Aug 2009 13:46:13 +0000 (13:46 +0000)
(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

STATUS

diff --git a/STATUS b/STATUS
index 8da40561d6fb76587f3a1d96e0c255fe2e73a46f..410b0eba157baaf7768c2a9ca36b283ae9fde6d6 100644 (file)
--- 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