]> granicus.if.org Git - apache/commitdiff
Fix a nasty segfault in mmap_bucket_setaside() caused by passing
authorCliff Woolley <jwoolley@apache.org>
Wed, 29 Jan 2003 18:15:26 +0000 (18:15 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 29 Jan 2003 18:15:26 +0000 (18:15 +0000)
an incompatible pointer type to mmap_bucket_destroy(void*).

PR:            16533
Submitted by:  Gerard Eviston <geviston@bigpond.net.au>
Reviewed by:   Cliff Woolley

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

CHANGES

diff --git a/CHANGES b/CHANGES
index b9fa97a27e9bdcc3ae8bcc4fc1d529edfbdabc5c..af40e8ea44f82b7717a7523b9c3a24202ce3523e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ 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]