]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* CHANGES for r1875353. [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Wed, 18 Mar 2020 10:58:35 +0000 (10:58 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 18 Mar 2020 10:58:35 +0000 (10:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875354 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1b31b9c4455f64dfab022f44a53bb0362dae5e67..4254b39606cf0572c888e795f772d84d4d2e34df 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_proxy_http: Fix random memory-corruption in case of an error while
+     reading a response from the backend.
+     PR 64234 [Ruediger Pluem, Barnim Dzwillo <dzwillo@strato.de>]
+
   *) core: Use a temporary file when writing the pid file, avoiding
      startup failure if an empty pidfile is left over from a
      previous crashed or aborted invocation of httpd.  PR 63140.