]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Tue, 10 Jun 2014 12:24:22 +0000 (14:24 +0200)
committerRemi Collet <remi@php.net>
Tue, 10 Jun 2014 12:24:22 +0000 (14:24 +0200)
NEWS

diff --git a/NEWS b/NEWS
index addf7f5ada5556d2675b37f60f6c93453974626b..6c082f2fbfaeebab7fdc42d877a988ffab853e3a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,9 +13,11 @@ PHP                                                                        NEWS
 
 - Fileinfo:
   . 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).