From: Christophe Jaillet Date: Fri, 5 Mar 2021 23:09:20 +0000 (+0000) Subject: Remove duplicated CHANGES entry X-Git-Tag: 2.4.47~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1c4b7575fbaaa01fb9b405c7dbfb8e928234bac;p=thirdparty%2Fapache%2Fhttpd.git Remove duplicated CHANGES entry [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887236 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d18182eeeb3..03e794c3a76 100644 --- 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 , 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,