From: Ruediger Pluem Date: Wed, 18 Mar 2020 10:58:35 +0000 (+0000) Subject: * CHANGES for r1875353. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1581 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f876ad95c319346e665c4bf18847f331b84721b4;p=thirdparty%2Fapache%2Fhttpd.git * CHANGES for r1875353. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875354 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1b31b9c4455..4254b39606c 100644 --- 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 ] + *) 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.