]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove duplicated CHANGES entry
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 5 Mar 2021 23:09:20 +0000 (23:09 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 5 Mar 2021 23:09:20 +0000 (23:09 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887236 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d18182eeeb3a0ef32d4a2481671a03a5c534eace..03e794c3a76546b5f58c5a9d2128dc255288c362 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -516,12 +516,6 @@ Changes with Apache 2.4.39
      mod_php) from modifying it persistently to abuse the privileged main
      process.  [Charles Fol <folcharles gmail.com>, Yann Ylavic]
 
-  *) SECURITY: CVE-2019-0196 (cve.mitre.org)
-     mod_http2: using fuzzed network input, the http/2 request
-     handling could be made to access freed memory in string
-     comparison when determining the method of a request and
-     thus process the request incorrectly. [Stefan Eissing]
-
   *) SECURITY: CVE-2019-0217 (cve.mitre.org)
      mod_auth_digest: Fix a race condition checking user credentials which
      could allow a user with valid credentials to impersonate another,