From: Paul J. Reder Date: Wed, 24 Mar 2004 19:50:56 +0000 (+0000) Subject: Add a couple votes. X-Git-Tag: 2.0.50~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94342bda089818a136478b31aeec5dc1149ef6d0;p=thirdparty%2Fapache%2Fhttpd.git Add a couple votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103124 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c0edd6c482a..f00fc112a5e 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/24 05:59:21 $] +Last modified at [$Date: 2004/03/24 19:50:56 $] Release: @@ -86,14 +86,14 @@ PATCHES TO BACKPORT FROM 2.1 *) Michael Corcoran's patch to listen.c to avoid segfault when there are no Listen directives. server/listen.c: r1.101 - +1: trawick, stoddard + +1: trawick, stoddard, rederpj *) 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, stoddard + +1: trawick, stoddard, rederpj *) Limit the concurrency in 'ab' to MAX_CONCURRENCY to prevent a segmentation fault.