From: Joe Watkins Date: Thu, 6 Jul 2017 08:33:07 +0000 (+0100) Subject: news entry for 74819 X-Git-Tag: php-7.1.8RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18eb78854ca5f8be7b26caa2050de5f63884d882;p=php news entry for 74819 --- diff --git a/NEWS b/NEWS index 23296b9526..886452d678 100644 --- 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).