projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8bef8e6
910d475
)
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
author
Stanislav Malyshev
<stas@php.net>
Mon, 21 Oct 2013 06:04:03 +0000
(23:04 -0700)
committer
Stanislav Malyshev
<stas@php.net>
Mon, 21 Oct 2013 06:04:03 +0000
(23:04 -0700)
* '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.
Trivial merge