]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.0'
authorStanislav Malyshev <stas@php.net>
Wed, 25 May 2016 03:53:34 +0000 (20:53 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 25 May 2016 03:53:34 +0000 (20:53 -0700)
commit4ba0197f87e3b91be31fe2f072141063ed24074c
tree0609c10815e5a52600edcf26c9f81df9b023a8a4
parent2ae21abdf7b87ee95d76aca22e787408d7c766cf
parent2fe563e8d84ebf405d0c555755ccc912ce33fb5f
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fix memory leak in imagescale()
  Update NEWS
  Better fix for bug #72135
  Fixed bug #72227: imagescale out-of-bounds read
  Fix bug #72241: get_icu_value_internal out-of-bounds read
  Fix bug #72135 - don't create strings with lengths outside int range
  set versions
  Add check for string overflow to all string add operations
  Fix bug #72114 - int/size_t confusion in fread
  Updated NEWS
  Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()