]> granicus.if.org Git - apache/commitdiff
Follow up to r1632742: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Oct 2014 10:18:43 +0000 (10:18 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Oct 2014 10:18:43 +0000 (10:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1634836 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5229e805f58f64840664a3446fcbb0fb8d4a508a..28e96e35c9680db53561b6a42304c2a0c5c5069c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
  
+  *) mod_buffer: Forward flushed input data immediatly and avoid (unlikely)
+     access to freed memory. [Yann Ylavic, Christophe Jaillet]
 
   *) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC 
      systems. PR 57092 [Edward Lu <Chaosed0 gmail.com>]