]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add 2.2.x patch for proxy_util date fix
authorNick Kew <niq@apache.org>
Thu, 2 Aug 2007 20:51:12 +0000 (20:51 +0000)
committerNick Kew <niq@apache.org>
Thu, 2 Aug 2007 20:51:12 +0000 (20:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562252 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dd91cedf0a7140fb88ddb81d055c97305d71df65..c32669560e5f5333ab35ae6942dce57f9ee6d58f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -346,7 +346,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     * mod_proxy: fix buffer overread in date parsing
       PR: 41144
       CVE-2007-3847
-      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?r1=550514&r2=562069
+      Trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?r1=550514&r2=562069
+      2.2.x: http://people.apache.org/~niq/proxy-util-22x.patch
       +1: niq
       rpluem says: This does not apply cleanly to 2.2.x because of the style
       fixes done in r429875