You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/03/18 10:58:36 UTC

svn commit: r1875354 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Wed Mar 18 10:58:35 2020
New Revision: 1875354

URL: http://svn.apache.org/viewvc?rev=1875354&view=rev
Log:
* CHANGES for r1875353. [skip ci]

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1875354&r1=1875353&r2=1875354&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Mar 18 10:58:35 2020
@@ -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 <dz...@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.