diff options
author | Eric Covener <covener@apache.org> | 2017-06-04 00:04:47 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2017-06-04 00:04:47 +0200 |
commit | c18ad646a55a0ea3819793cb15830321ed4ab160 (patch) | |
tree | a900d5a66dcdfd2f6791f55f52f1b223fcd9729a /CHANGES | |
parent | whitespace only (diff) | |
download | apache2-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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |