From: Jim Jagielski Date: Mon, 29 Oct 2007 14:53:24 +0000 (+0000) Subject: more verbal description of the fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9120c066a4c2f4c0e5b839940e16131657fcdb16;p=thirdparty%2Fapache%2Fhttpd.git more verbal description of the fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@589648 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 875d71209e5..72ca3ba9055 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,7 +1,10 @@ Changes with Apache 1.3.40 *) More efficient implementation of the CVE-2007-3304 PID table - patch. [Jim Jagielski, Jeff Trawick] + patch. This fixes issues with excessive memory usage by the + parent process if long-running and with a high number of child + process forks during that timeframe. Also fixes bogus "Bad pid" + errors. [Jim Jagielski, Jeff Trawick] Changes with Apache 1.3.39