summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-10 14:16:00 +0200
committerRemi Collet <remi@php.net>2014-06-10 14:16:00 +0200
commit2b33a41162a729b3b680fa2015efe11f15cc3114 (patch)
treed5dff5577a45e969369cf59dfb1e1e05919f16a1
parent5c9f96799961818944d43b22c241cc56c215c2e4 (diff)
downloadphp-git-2b33a41162a729b3b680fa2015efe11f15cc3114.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1147bf66a0..325709912d 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@ PHP NEWS
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)
- OpenSSL:
. Fixed bug #65698 (certificates validity parsing does not work past 2050).