]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.6' into PHP-7.0
authorAnatol Belski <ab@php.net>
Tue, 13 Sep 2016 08:54:54 +0000 (10:54 +0200)
committerAnatol Belski <ab@php.net>
Tue, 13 Sep 2016 08:54:54 +0000 (10:54 +0200)
commit01f6a0a8608f19477c3f78ff980957a359a9e34c
tree0fb02e7c08ec0b50791020ac862fc56e1f475135
parent07c6bdb85d3efe21598ebb8af6fcebceb9d486e9
parent8fd0e0285f36514dab5603e05cb8efa7fea99c87
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  missed semicolon
  fix C89 conformity
  Fix bug #72293 - Heap overflow in mysqlnd related to BIT fields
  Fix test
  Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.c
  Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile)
  Fix bug #73052 - Memory Corruption in During Deserialized-object Destruction
  Add check in fgetcsv in case sizeof(unit) != sizeof(size_t)
  Fix bug #73029 - Missing type check when unserializing SplArray
  Fix bug #72860: wddx_deserialize use-after-free
  Also fix overflow in wordwrap
  Fix bug #73007: add locale length check
  Add more checks for int overflow
  Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse_zipfile
  Fix various int size overflows.