summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-01-06 23:32:36 -0800
committerStanislav Malyshev <stas@php.net>2019-01-06 23:33:34 -0800
commit1afebfb3faabafa7f8a28cf9351e86dd423a10ec (patch)
treec2b25e36a4a36acb2349c313d4136391e311c6ec /NEWS
parent08bb0ce4e496d21190a8cff676b4aad3a4549e06 (diff)
parent9d6c59eeea88a3e9d7039cb4fed5126ef704593a (diff)
downloadphp-git-1afebfb3faabafa7f8a28cf9351e86dd423a10ec.tar.gz
Merge branch 'PHP-5.6' into PHP-7.1
* PHP-5.6: Fix bug #77418 - Heap overflow in utf32be_mbc_to_code [ci skip] Add NEWS Fix more issues with encodilng length Fix #77270: imagecolormatch Out Of Bounds Write on Heap Fix bug #77380 (Global out of bounds read in xmlrpc base64 code) Fix bug #77371 (heap buffer overflow in mb regex functions - compile_string_node) Fix bug #77370 - check that we do not read past buffer end when parsing multibytes Fix #77269: Potential unsigned underflow in gdImageScale Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext) Fix bug #77242 (heap out of bounds read in xmlrpc_decode()) Regenerate certs for openssl tests
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f04449d2fe..3ecac51065 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ PHP NEWS
expand_case_fold_string). (Stas)
. Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
. Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
+ . Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). (Stas)
- Phar:
. Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)