summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-10 14:16:32 +0200
committerRemi Collet <remi@php.net>2014-06-10 14:16:32 +0200
commit9d0ca077eea762e9d89523ec33c903525b39e16d (patch)
treec0c3506c65d4e561610cec18bb3b4dfe3d8c4a01
parentf6fee381becfc7caf7d9927c95ccaa16897cd811 (diff)
downloadphp-git-9d0ca077eea762e9d89523ec33c903525b39e16d.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7b983b4cc3..02f858ee71 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ PHP NEWS
. Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
. Fixed bug #67410 (fileinfo: mconvert incorrect handling of truncated pascal
string size). (Francisco Alonso, Remi)
+ . Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
+ check). (Francisco Alonso, Remi)
- OPCache:
. Fixed issue #183 (TMP_VAR is not only used once). (Dmitry, Laruence)