]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Mon, 21 Oct 2013 06:04:03 +0000 (23:04 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 21 Oct 2013 06:04:03 +0000 (23:04 -0700)
commit8f19a8da65f22bc7cf143c0d1f2cf2bcabce1d29
treec58e81291897e3eaa1a5595f643a707788513074
parent8bef8e66cfaa575b63b5032b2cce32c5f73b3c94
parent910d4751e3c9e969a26a590780a4688a47a77850
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.