summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-03-06 10:54:18 +0100
committerRemi Collet <remi@php.net>2014-03-06 10:54:18 +0100
commit9acdf71194f1f75af1787a011ae49ee7817af36d (patch)
treec14c511e5aec3b105104dac75acca2741262b81d
parentcab1894b8180eb09f1cc0df6330b4d268fd126d0 (diff)
downloadphp-git-9acdf71194f1f75af1787a011ae49ee7817af36d.tar.gz
Add CVE ref (not known at release time)
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 85f2a97e65..8ee3e66a08 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,8 @@ PHP NEWS
- Fileinfo:
. Bug #66731 (file: infinite recursion) (CVE-2014-1943). (Remi)
- . Fixed bug #66820 (out-of-bounds memory access in fileinfo). (Remi)
+ . Fixed bug #66820 (out-of-bounds memory access in fileinfo)
+ (CVE-2014-2270). (Remi)
- FPM:
. Added clear_env configuration directive to disable clearenv() call.