]> granicus.if.org Git - apache/commitdiff
Add missing entry as suggested on dev list.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 17 Apr 2014 19:54:36 +0000 (19:54 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 17 Apr 2014 19:54:36 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588356 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a8e9a82555ef2ae640e1cfd71cf87868b6442666..2ecbcbc79bfa225a0b2790b555e34ab37df9bb89 100644 (file)
--- 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]