From: Mark J. Cox Date: Thu, 21 Jun 2007 07:41:02 +0000 (+0000) Subject: This issue now has a CVE name X-Git-Tag: 2.3.0~1761 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57f6aefe6c52077a7751ab6ecf0b1b7ea648a38f;p=thirdparty%2Fapache%2Fhttpd.git This issue now has a CVE name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 3493d30c4d5..b6dd095e596 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,8 @@ Changes with Apache 2.3.0 server-status page and ExtendedStatus enabled, for browsers which perform charset "detection". Reported by Stefan Esser. [Joe Orton] - *) mpm: Add a parent process local table of child process PIDs, and + *) SECURITY: CVE-2007-3304 (cve.mitre.org) + Add a parent process local table of child process PIDs, and use that to ensure we are sending signals to just our child processes by checking the scoreboard PID entries to our local copy. [Jim Jagielski]