]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added entry for mod_mem_cache fix and one vote.
authorJean-Jacques Clar <clar@apache.org>
Wed, 15 Sep 2004 15:23:09 +0000 (15:23 +0000)
committerJean-Jacques Clar <clar@apache.org>
Wed, 15 Sep 2004 15:23:09 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105150 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 79a923aab17109423043cf3c044188b745c5a86a..4df97275ab721a7ffdf8055b11f28a6817ef3c15 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/15 13:13:31 $]
+Last modified at [$Date: 2004/09/15 15:23:09 $]
 
 Release:
 
@@ -74,6 +74,13 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) mod_mem_cache: Fixed race condition causing segfault because of memory being
+       freed twice, or reused after being freed. Changed the atomic usage of refcount
+       variable by combining it with a cleanup flag.
+       modules/experimental/mod_mem_cache.c: r1.115
+       modules/experimental/mod_cache.h: r1.49
+       +1: clar
+    
     *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
        (2.0 + 1.3)
          http://www.apache.org/~nd/dbmmap_1.3.patch
@@ -117,7 +124,7 @@ PATCHES TO BACKPORT FROM 2.1
        is enabled.  Previously, such urls would still be rejected with
        404.
          server/util.c: r1.148, r1.149
-       +1: trawick, stoddard
+       +1: trawick, stoddard, clar
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.
          modules/experimental/mod_auth_ldap.c: 1.28