]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.1' into PHP-7.2
authorStanislav Malyshev <stas@php.net>
Sun, 6 Jan 2019 19:57:16 +0000 (11:57 -0800)
committerStanislav Malyshev <stas@php.net>
Sun, 6 Jan 2019 19:57:16 +0000 (11:57 -0800)
commitfe820fcba616a736b80e911cfc132388acd35ace
treed958a1c3d69c8089081a807f4fb8cdfa80007422
parent41af1e6781386cf540926ba9d1ff59a3402f8e01
parent8d3dfabef459fe7815e8ea2fd68753fd17859d7b
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  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_color_match.c
ext/gd/tests/bug77269.phpt
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
ext/xmlrpc/libxmlrpc/xml_element.c