]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.2' into PHP-7.3
authorStanislav Malyshev <stas@php.net>
Sun, 6 Jan 2019 20:23:53 +0000 (12:23 -0800)
committerStanislav Malyshev <stas@php.net>
Sun, 6 Jan 2019 20:23:53 +0000 (12:23 -0800)
commite40027ef0f508be87b323f61532cea0104212b53
tree2fcb2d9e3b87576d458ccc40f8137dcf73e0c11e
parent361d3ede9394d03defba64237628e6b1a0a2a16b
parentfe820fcba616a736b80e911cfc132388acd35ace
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix #77369 - memcpy with negative length via crafted DNS response
  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
ext/gd/libgd/gd_interpolation.c
ext/mbstring/oniguruma/src/regcomp.c
ext/mbstring/oniguruma/src/regparse.c
ext/mbstring/oniguruma/src/regparse.h
ext/phar/phar.c
ext/standard/dns.c
ext/xmlrpc/libxmlrpc/base64.c