summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-06-04 00:04:47 +0200
committerEric Covener <covener@apache.org>2017-06-04 00:04:47 +0200
commitc18ad646a55a0ea3819793cb15830321ed4ab160 (patch)
treea900d5a66dcdfd2f6791f55f52f1b223fcd9729a /CHANGES
parentwhitespace only (diff)
downloadapache2-c18ad646a55a0ea3819793cb15830321ed4ab160.tar.xz
apache2-c18ad646a55a0ea3819793cb15830321ed4ab160.zip
mod_mime: fix quoted pair scanning
Submitted By: ylavic CVEID: CVE-2017-7679 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1797550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fe14268a92..d3a2ac2206 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_mime: Fix error checking for quoted pairs. [Yann Ylavic]
+
*) core: Deprecate ap_get_basic_auth_pw() and add
ap_get_basic_auth_components().
[Emmanuel Dreyfus <manu netbsd.org>, Jacob Champion, Eric Covener]