From: Christophe Jaillet Date: Thu, 17 Apr 2014 19:54:36 +0000 (+0000) Subject: Add missing entry as suggested on dev list. X-Git-Tag: 2.4.10~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e9304ea2e053a7960e2c98bcec5c6ec45ac8e6a;p=apache Add missing entry as suggested on dev list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588356 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a8e9a82555..2ecbcbc79b 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.4.10 + *) mod_proxy_html: Avoid some possible memory access violation in case of + specially crafted files, when the ProxyHTMLMeta directive is turned on. + Follow up of PR 56287 [Christophe Jaillet] + *) mod_auth_form: Make sure the optional functions are loaded even when the AuthFormProvider isn't specified. [Graham Leggett]