From: Jeff Trawick Date: Wed, 24 Mar 2004 02:58:02 +0000 (+0000) Subject: crash X-Git-Tag: 2.0.50~301 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a236d8bbac6595a37a0e0e4da23d46dd65928122;p=thirdparty%2Fapache%2Fhttpd.git crash git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103121 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b747fa8ede2..dbbb8597a25 100644 --- 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