summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-10 14:23:31 +0200
committerRemi Collet <remi@php.net>2014-06-10 14:23:31 +0200
commitda5d40bae6505364c3604385a2b6ae4e27a4a5d6 (patch)
tree70c1bc9cc835ec6272ca6a6ee6ca7c0a76cc839a
parent40ef6e07e0b2cdced57c506e08cf18f47122292d (diff)
downloadphp-git-da5d40bae6505364c3604385a2b6ae4e27a4a5d6.tar.gz
NEWS
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 325709912d..f429d680ed 100644
--- a/NEWS
+++ b/NEWS
@@ -23,9 +23,11 @@ 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)
+ string size). (Francisco Alonso, Jan Kaluza, Remi)
. Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
- check). (Francisco Alonso, Remi)
+ check). (Francisco Alonso, Jan Kaluza, Remi)
+ . Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check).
+ ((Francisco Alonso, Jan Kaluza, Remi)
- OpenSSL:
. Fixed bug #65698 (certificates validity parsing does not work past 2050).