]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport (to prevent segfault in ab.c)
authorMadhusudan Mathihalli <madhum@apache.org>
Wed, 17 Mar 2004 19:57:10 +0000 (19:57 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Wed, 17 Mar 2004 19:57:10 +0000 (19:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103014 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0b8eedc2f759242fa8545dad2fae6e7282ef76df..b5304f9861c7398104de35975be276a8484a0cde 100644 (file)
--- 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.