From: Jeff Trawick Date: Tue, 15 Jul 2014 11:41:28 +0000 (+0000) Subject: Fix CVE number for WinNT MPM issue (Thanks Joe) X-Git-Tag: 2.4.10~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f84b9659f9df6dd43b4608942ad490e37764d6;p=thirdparty%2Fapache%2Fhttpd.git Fix CVE number for WinNT MPM issue (Thanks Joe) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610661 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index afd4dd64add..f0b81ee3626 100644 --- 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 {none|connect} [Jeff Trawick]