]> granicus.if.org Git - apache/commitdiff
This issue now has a CVE name
authorMark J. Cox <mjc@apache.org>
Thu, 21 Jun 2007 07:41:02 +0000 (07:41 +0000)
committerMark J. Cox <mjc@apache.org>
Thu, 21 Jun 2007 07:41:02 +0000 (07:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549417 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3493d30c4d5b3dd7e61e4486c621b46c068ff78b..b6dd095e5965cc24a3fc4f234556da4bca9ee41c 100644 (file)
--- 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]