]> granicus.if.org Git - apache/commitdiff
CHANGES entry for r1642858 and r1645936.
authorYann Ylavic <ylavic@apache.org>
Wed, 17 Dec 2014 09:21:08 +0000 (09:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 17 Dec 2014 09:21:08 +0000 (09:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1646179 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b0d5a699cdffd3daf35cd7d4b789e57dc02fa597..ec5e74f30d4c08b56e185c221cd7d9937ed2779e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,9 @@ Changes with Apache 2.4.11
      request headers earlier.  Adds "MergeTrailers" directive to restore
      legacy behavior.  [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener]
 
+  *) mpm_event: Avoid a possible use after free when notifying the end of
+     connection during lingering close.  PR 57268.  [Eric Covener, Yann Ylavic]
+
   *) mod_ssl: Fix recognition of OCSP stapling responses that are encoded
      improperly or too large.  [Jeff Trawick]