From: Jeff Trawick Date: Tue, 11 Mar 2014 18:38:49 +0000 (+0000) Subject: fix spelling error in CVE-2014-0098 entry X-Git-Tag: 2.4.9~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afb1c7b45087b02585b11c53f691e60173b356e2;p=apache fix spelling error in CVE-2014-0098 entry git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1576466 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e64fcba797..3c9f35501b 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,7 @@ Changes with Apache 2.4.8 *) SECURITY: CVE-2014-0098 (cve.mitre.org) Clean up cookie logging with fewer redundant string parsing passes. - Log only cookies with a value assignment. Prevents degfaults when + Log only cookies with a value assignment. Prevents segfaults when logging truncated cookies. [William Rowe, Ruediger Pluem, Jim Jagielski]