]> granicus.if.org Git - php/commitdiff
news entry for 74819
authorJoe Watkins <krakjoe@php.net>
Thu, 6 Jul 2017 08:33:07 +0000 (09:33 +0100)
committerJoe Watkins <krakjoe@php.net>
Thu, 6 Jul 2017 08:33:07 +0000 (09:33 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 23296b95260b2ca2b841fcb0f2925c0f495fce5d..886452d67881eb5dc82d9de5b9bea2f342980a1c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,8 @@ PHP                                                                        NEWS
     zval_get_type). (Nikita)
   . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from
     unserialize). (Nikita)
+  . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
+    php_parse_date()). (Derick)
 
 - Date:
   . Fixed bug #74639 (implement clone for DatePeriod and DateInterval).