]> granicus.if.org Git - apache/commitdiff
Fix CVE number for WinNT MPM issue (Thanks Joe)
authorJeff Trawick <trawick@apache.org>
Tue, 15 Jul 2014 11:41:28 +0000 (11:41 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 15 Jul 2014 11:41:28 +0000 (11:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610661 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index afd4dd64addf4c947c42f159b264eed4c8684805..f0b81ee3626344dacbc62d2ced90011be42a5233 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
 
 Changes with Apache 2.4.10
 
-  *) SECURITY (CVE-2014-0226): Fix a memory consumption denial of
+  *) SECURITY (CVE-2014-3523): Fix a memory consumption denial of
      service in the WinNT MPM (used in all Windows installations).
      Workaround: AcceptFilter <protocol> {none|connect}
      [Jeff Trawick]