From: Bill Stoddard Date: Fri, 17 Sep 2004 15:38:09 +0000 (+0000) Subject: oops X-Git-Tag: 2.0.52~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e4107d555ee5ac1c12c4104394670e7e79e78fd;p=thirdparty%2Fapache%2Fhttpd.git oops git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105191 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e210f0f2b8c..de21478aec4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,5 @@ Changes with Apache 2.0.52 + *) mod_mem_cache: Fixed race condition causing segfault because of memory being freed twice, or reused after being freed. [J. Clar, W. Stoddard, G. Ames]