]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add a backport vote
authorGreg Ames <gregames@apache.org>
Thu, 27 Mar 2003 21:07:32 +0000 (21:07 +0000)
committerGreg Ames <gregames@apache.org>
Thu, 27 Mar 2003 21:07:32 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99080 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0ea17308fd7fb1ee4a9a2515c0ab378277c31d1a..b6e08b68b987a229829afc3d6efb7dd6d1d99448 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/03/27 01:10:59 $]
+Last modified at [$Date: 2003/03/27 21:07:32 $]
 
 Release:
 
@@ -198,6 +198,11 @@ PATCHES TO PORT FROM 2.1
       modules/http/http_request.c: r1.155
       +1: nd
 
+    * fix seg faults in ap_get_mime_headers_core's error leg for overlength
+      headers caused by using an uninitialized length returned by ap_rgetline.
+      server/protocol.c: r1.129
+      +1: gregames
+                            
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,