]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.2' into PHP-7.3
authorStanislav Malyshev <stas@php.net>
Mon, 7 Jan 2019 07:34:46 +0000 (23:34 -0800)
committerStanislav Malyshev <stas@php.net>
Mon, 7 Jan 2019 07:35:09 +0000 (23:35 -0800)
commitaeec40cb50eca6a97975765e2bacc28a5950cfa9
treee4288bcdbfb477b0d52d1519c4da745a0f40ecc4
parent7ed3cfb2e8ca9909d7fd67167949d4a3b8a51eec
parentcfe77ea543ac01a151e56a6ea1de585a31f948fb
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix bug #77418 - Heap overflow in utf32be_mbc_to_code
  Add NEWS
  [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
NEWS
ext/mbstring/oniguruma/src/utf16_be.c
ext/mbstring/oniguruma/src/utf16_le.c
ext/mbstring/oniguruma/src/utf32_be.c
ext/mbstring/oniguruma/src/utf32_le.c