From: Jean-Jacques Clar Date: Wed, 15 Sep 2004 15:23:09 +0000 (+0000) Subject: Added entry for mod_mem_cache fix and one vote. X-Git-Tag: 2.0.52~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704eff445719f3d9c11f444cbc34dad16adbe10b;p=thirdparty%2Fapache%2Fhttpd.git Added entry for mod_mem_cache fix and one vote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105150 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 79a923aab17..4df97275ab7 100644 --- 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