]> granicus.if.org Git - apache/commitdiff
CHANGES related to r1842010.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 11 Nov 2018 08:22:48 +0000 (08:22 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 11 Nov 2018 08:22:48 +0000 (08:22 +0000)
I have choosen "unlikely" because this bug has been around for ever ([1]) and the pool is only "cleared"; that is to say, the data is still valid, but the memory *could* be re-used.

[1]: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/dav/main/mod_dav.c?revision=85717&view=markup&sortby=date#l1610

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1846339 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 51e602ae2754a1ea69bc83b84cbfd0f2f6a3252c..6397342b595d91e24ad762a8c2611f2d4d786c1b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_dav: Fix an unlikely time-window where some incorrect data could be returned
+     from a PROPFIND request [Ruediger Pluem]
+
   *) mod_ssl: Fix mod_authz provider for "require ssl" directive to check correctly
      on HTTP/2 connections. Fixes PR 62654. [Stefan Eissing]