summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-04 12:12:51 +0200
committerAnatol Belski <ab@php.net>2017-07-04 12:12:51 +0200
commit4903f044d3a65de5b1c457d9eb618c9e247f7086 (patch)
treefff3d517ff4e52b18293e7c60cf6e37129be1819
parentce64b82ebb2ac87e53cb85c312eafc8c5c37b112 (diff)
downloadphp-git-4903f044d3a65de5b1c457d9eb618c9e247f7086.tar.gz
[ci skip] sync NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89bbcb874d..14e3ef3de0 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,7 @@ PHP NEWS
. Fixed bug #73473 (Stack Buffer Overflow in msgfmt_parse_message). (libnex)
. Fixed bug #74705 (Wrong reflection on Collator::getSortKey and
collator_get_sort_key). (Tyson Andre, Remi)
+ . Fixed bug #73634 (grapheme_strpos illegal memory access). (Stas)
- Mbstring:
. Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227,
@@ -77,6 +78,7 @@ PHP NEWS
- Standard:
. Fixed bug #74708 (Invalid Reflection signatures for random_bytes and
random_int). (Tyson Andre, Remi)
+ . Fixed bug #73648 (Heap buffer overflow in substr). (Stas)
- FTP:
. Fixed bug #74598 (ftp:// wrapper ignores context arg). (Sara)