]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tweak changes entry for -3304 fix.
authorJoe Orton <jorton@apache.org>
Thu, 19 Jul 2007 12:57:24 +0000 (12:57 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 19 Jul 2007 12:57:24 +0000 (12:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@557606 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 805d69c35053ca6d61bb9391b38ebc6531e3c97d..6162bf8ff380069ba897533e558221fbd5c79e75 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,9 +11,9 @@ Changes with Apache 2.0.60
      perform charset "detection".  Reported by Stefan Esser.  [Joe Orton]
 
   *) SECURITY: CVE-2007-3304 (cve.mitre.org)
-     scoreboard pid protection fixes -- the only fix for 2.0.x is
-     to ensure a valid positive pid is passed to apr_proc_wait(); 
-     the MPMs do not kill children directly as in 2.2.x.
+     prefork, worker MPMs: Ensure that the parent process cannot
+     be forced to kill processes outside its process group. 
+     [Joe Orton, Jim Jagielski]
 
   *) mod_so: Solve dev's confusion by reporting expected/seen module
      magic signatures when failing with a 'garbled' message, and solve