]> granicus.if.org Git - apache/commitdiff
Actually since this fix is only in apr-util and httpd-2.0 still uses HEAD of
authorCliff Woolley <jwoolley@apache.org>
Wed, 29 Jan 2003 18:21:12 +0000 (18:21 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 29 Jan 2003 18:21:12 +0000 (18:21 +0000)
apr-util, the fix is already incorporated into httpd-2.0.  I'll move the
CHANGES entry over to there.

If it makes you guys feel any better, I'm absolutely certain that the fix
is correct, and I'm the one who wrote the bug in the first place.  ;)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98539 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index af40e8ea44f82b7717a7523b9c3a24202ce3523e..b9fa97a27e9bdcc3ae8bcc4fc1d529edfbdabc5c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,6 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
-  *) Fix a nasty segfault in mmap_bucket_setaside() caused by passing
-     an incompatible pointer type to mmap_bucket_destroy().  PR 16533.
-     [Gerard Eviston <geviston@bigpond.net.au>]
-
   *) Allow mod_dav to do weak entity comparison functions.
      [Justin Erenkrantz]