summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-10 14:35:14 +0200
committerRemi Collet <remi@php.net>2014-06-10 14:35:14 +0200
commit6256b79a3531bd9f0f57c09526a5fd033e418c60 (patch)
treeca77bd8eb81d15f7aec6cd2cb5734a62620fb159
parent25b1dc917a53787dbb2532721ca22f3f36eb13c0 (diff)
downloadphp-git-6256b79a3531bd9f0f57c09526a5fd033e418c60.tar.gz
NEWS
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f429d680ed..e846549103 100644
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,9 @@ PHP NEWS
. Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
check). (Francisco Alonso, Jan Kaluza, Remi)
. Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check).
- ((Francisco Alonso, Jan Kaluza, Remi)
+ (Francisco Alonso, Jan Kaluza, Remi)
+ . Fixed bug #67413 (fileinfo: cdf_read_property_info insufficient boundary
+ check). (Francisco Alonso, Jan Kaluza, Remi)
- OpenSSL:
. Fixed bug #65698 (certificates validity parsing does not work past 2050).