]> granicus.if.org Git - php/commitdiff
update NEWS
authorStanislav Malyshev <stas@php.net>
Wed, 14 May 2014 00:09:16 +0000 (17:09 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 14 May 2014 00:09:16 +0000 (17:09 -0700)
NEWS

diff --git a/NEWS b/NEWS
index a02dd6f643c77a2cd1a7e671b86103bc82aaafaa..67354e72072b66a35e1651562fc385190dcdcf54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,16 @@ PHP                                                                        NEWS
     (Nikita)
   . Fixed bug #67198 (php://input regression). (Mike)
   . Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
+  . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
+  . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)
+
+- Date:
+  . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
+  . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)
 
 - GD:
   . Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)
 
-
 - OpenSSL:
   . Fixed bug #67224 (Fall back to crypto_type from context if not specified
     explicitly in stream_socket_enable_crypto). (Chris Wright)