From b7877b170d44c524fd9d4f83e71ec7a7c6ab6a5f Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Wed, 29 Jan 2003 18:15:26 +0000 Subject: [PATCH] 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 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) 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] -- 2.40.0