summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-01-17 14:08:41 +0000
committerEric Covener <covener@apache.org>2012-01-17 14:08:41 +0000
commitc25cd0c48663de6a59bc8272c8d6460b111fe2c6 (patch)
treebb5d175c8fe6c7a6ac88f5e16850c5b294d6981a /CHANGES
parent27d38eb6de1511e9f19bcdb19fe74de7d33f1085 (diff)
downloadhttpd-c25cd0c48663de6a59bc8272c8d6460b111fe2c6.tar.gz
reformat CVE-2012-0031 to make consistent with other CVEs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1232417 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 07ee56625c..75a5b203de 100644
--- 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]