From 8a79ce6c8b9d309573993ce332f3951ea1947e2f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 5 Jul 2017 12:28:49 +0200 Subject: [ci skip] fix encoding --- NEWS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 3dd24eafb4..93e8ac92e1 100644 --- a/NEWS +++ b/NEWS @@ -10,18 +10,18 @@ PHP NEWS . Fixed misparsing of abstract unix domain socket names. (Sara) . Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in zval_get_type). (Nikita) -  . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from -    unserialize). (Nikita) -  . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability). -    (Stas) -  . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via  -    php_parse_date()). (Derick) + . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from + unserialize). (Nikita) + . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability). + (Stas) + . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via + php_parse_date()). (Derick) - DOM: . Fixed bug #69373 (References to deleted XPath query results). (ttoohey) - GD: - . Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb) + . Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb) - Intl: . Fixed bug #73473 (Stack Buffer Overflow in msgfmt_parse_message). (libnex) @@ -41,7 +41,7 @@ PHP NEWS validate_timestamp). (Laruence) - OpenSSL: - . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()). + . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()). (Stas) - PCRE: -- cgit v1.2.1