From: Bill Stoddard Date: Thu, 30 Jan 2003 16:43:39 +0000 (+0000) Subject: Note a couple of backports X-Git-Tag: pre_ajp_proxy~2192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c35540da854f6aae28f7ceb4b58b1f20df2098e6;p=apache Note a couple of backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98545 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2943013b42..a71d7122c8 100644 --- a/CHANGES +++ b/CHANGES @@ -20,8 +20,6 @@ Changes with Apache 2.1.0-dev triggering the 'no encoded slashes anywhere' legacy rule. PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639. [Ken Coar] - *) mod_file_cache: fixed a segfault when multiple MMapFile directives - were used. PR 16313. [Cliff Woolley] *) Move RFC 1413 ident requests from core to new module mod_ident. [André Malo] @@ -72,6 +70,11 @@ Changes with Apache 2.1.0-dev Apache 2.0.xx tree as documented, and except as noted, below.] Changes with Apache 2.0.45 + *) mod_file_cache: fix segfault serving mmaped cached files. + [Bill Stoddard] + + *) mod_file_cache: fixed a segfault when multiple MMapFile directives + were used. PR 16313. [Cliff Woolley] *) Fix a nasty segfault in mmap_bucket_setaside() caused by passing an incompatible pointer type to mmap_bucket_destroy(void*).