]> granicus.if.org Git - apache/commitdiff
reformat CVE-2012-0031 to make consistent with other CVEs
authorEric Covener <covener@apache.org>
Tue, 17 Jan 2012 14:08:41 +0000 (14:08 +0000)
committerEric Covener <covener@apache.org>
Tue, 17 Jan 2012 14:08:41 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1232417 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 07ee56625c7d6e35bf08675583c61e3c12239bf9..75a5b203de5703025a1abd9c7d94b6e57d59d937 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,10 @@ Changes with Apache 2.4.1
 
 Changes with Apache 2.4.0
 
-  *) SECURITY (CVE-2012-0031): Fix scoreboard issue which could allow
-     an unprivileged child process could cause the parent to crash at
-     shutdown rather than terminate cleanly.  [Joe Orton]
+  *) SECURITY: CVE-2012-0031 (cve.mitre.org)
+     Fix scoreboard issue which could allow an unprivileged child process
+     could cause the parent to crash at shutdown rather than terminate
+     cleanly.  [Joe Orton]
 
   *) mod_ssl: Fix compilation with xlc on AIX. PR 52394. [Stefan Fritsch]