]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Group effort. Thanks all!
authorBill Stoddard <stoddard@apache.org>
Fri, 17 Sep 2004 15:35:21 +0000 (15:35 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 17 Sep 2004 15:35:21 +0000 (15:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105189 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b0c8c61c18678fe6932b93e59ac4874caf955b78..e210f0f2b8c2822c0f2b0214f8b40d760e1cd9f6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 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]
+    
   *) Add -l option to rotatelogs to let it use local time rather than
      UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]