From: Cliff Woolley Date: Wed, 29 Jan 2003 18:15:26 +0000 (+0000) Subject: Fix a nasty segfault in mmap_bucket_setaside() caused by passing X-Git-Tag: pre_ajp_proxy~2195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7877b170d44c524fd9d4f83e71ec7a7c6ab6a5f;p=apache Fix a nasty segfault in mmap_bucket_setaside() caused by passing an incompatible pointer type to mmap_bucket_destroy(void*). PR: 16533 Submitted by: Gerard Eviston Reviewed by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b9fa97a27e..af40e8ea44 100644 --- 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 ] + *) Allow mod_dav to do weak entity comparison functions. [Justin Erenkrantz]