]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
crash
authorJeff Trawick <trawick@apache.org>
Wed, 24 Mar 2004 02:58:02 +0000 (02:58 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 24 Mar 2004 02:58:02 +0000 (02:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103121 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b747fa8ede2fc7827895122467bfc591711b2485..dbbb8597a25b8c63a1cb7e100df039f6437b2454 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/23 15:07:08 $]
+Last modified at [$Date: 2004/03/24 02:58:02 $]
 
 Release:
 
@@ -88,6 +88,13 @@ PATCHES TO BACKPORT FROM 2.1
            server/listen.c: r1.101
        +1: trawick, stoddard
 
+    *) Fix memory corruption problem with ap_custom_response()
+       function.  This turns Apache + a popular third-party module
+       into a crash-a-matic :(
+           include/http_core.h: r1.82
+           server/core.c: r1.268
+       +1: trawick
+
     *) Limit the concurrency in 'ab' to MAX_CONCURRENCY to prevent a 
        segmentation fault.
            support/ab.c: r1.140, r1.141