summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-05 12:28:49 +0200
committerAnatol Belski <ab@php.net>2017-07-05 12:29:03 +0200
commit8a79ce6c8b9d309573993ce332f3951ea1947e2f (patch)
treeccd3eda04e1b8170ce94063fee1feba20408c263
parent183599b86efcf5291240605574ee31c22b8a1433 (diff)
downloadphp-git-PHP-7.0.21.tar.gz
[ci skip] fix encodingphp-7.0.21PHP-7.0.21
-rw-r--r--NEWS16
1 files 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: