Commit de84401e authored by Jean-Jacques Clar's avatar Jean-Jacques Clar
Browse files

Added entry for mod_mem_cache fix and one vote.

parent e3c97752
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
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