]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propse a patch
authorJeff Trawick <trawick@apache.org>
Thu, 25 Mar 2004 14:14:11 +0000 (14:14 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 25 Mar 2004 14:14:11 +0000 (14:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103152 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a34a5214053c220358b806bb46ae898fbb5845ec..b0d940a38c1ac8ed73e6de06b9e7387f27306afe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2004/03/22 15:39:37 $]
+  Last modified at [$Date: 2004/03/25 14:14:11 $]
 
 Release:
 
@@ -52,6 +52,14 @@ RELEASE SHOWSTOPPERS:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+   * ap_custom_response memory corruption
+      discussion:
+       Message-ID: <4062E7F3.7010707@attglobal.net>
+       Subject: [1.3 PATCH] fix ap_custom_response() memory corruption issue
+      patch:
+       http://www.apache.org/~trawick/13_custom_response_patch
+        +1: trawick
+
    * byterange requests with configured ErrorDocuments return 206 instead
      of the error code like with 2.0.  looks like some 2.0 logic needs to
      backported.