]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 1 Nov 2014 07:06:46 +0000 (07:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 1 Nov 2014 07:06:46 +0000 (07:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1635896 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f5eb556c9f1e45360db737b485dd5b184c4f3f5c..6979856715cb95ce0b2b30c60e6404787115ef32 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -197,13 +197,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_cache: Avoid another (unlikely) access to freed memory.
      trunk patch: http://svn.apache.org/r1632740
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_new_fix.patch
-     +1: ylavic
+     +1: ylavic, jailletc36
      ylavic: No CHANGES entry is added but rather the existing one for the same
              issue in mod_proxy_http (2.4.11's backport r1632736) has been modified.
-     jailletc36: Could you split r1632742 in order to separate the '(unlikely) more accesses
-                 to freed memory' from the change of behavior in mod_buffer. This one should need
-                 a changelog, IMHO.
-     ylavic: Done below (this one now contains r1632740 only, existing CHANGES modified still).
 
    * mod_buffer: Forward flushed input data immediatly and avoid (unlikely)
                  access to freed memory.