From: Madhusudan Mathihalli Date: Wed, 17 Mar 2004 19:57:10 +0000 (+0000) Subject: Propose a backport (to prevent segfault in ab.c) X-Git-Tag: 2.0.49~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3746530f5e6db22ac30b6963177cc541978a63fa;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport (to prevent segfault in ab.c) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103014 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0b8eedc2f75..b5304f9861c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/17 02:11:11 $] +Last modified at [$Date: 2004/03/17 19:57:10 $] Release: @@ -71,6 +71,11 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Limit the concurrency in 'ab' to MAX_CONCURRENCY to prevent a + segmentation fault. + support/ab.c: r1.140 + +1: madhum + *) Fix the comment delimiter so that it correctly parses the username comment. Also add a terminate function to allow NetWare to pause the output before the screen is destroyed.