]> granicus.if.org Git - php/commit
Fix invalid free on undef const in update_const()
authorNikita Popov <nikic@php.net>
Fri, 29 Jul 2016 22:36:06 +0000 (00:36 +0200)
committerNikita Popov <nikic@php.net>
Fri, 29 Jul 2016 22:37:01 +0000 (00:37 +0200)
commitca82574d7cefb05b15e13d0b91eb86b3dffa323f
tree0280c3bb368343a049a0ccf8f1f5fa2bae81ffa9
parent11e050920d3052d2b14a9cff6c4c5764d674fc46
Fix invalid free on undef const in update_const()

Also clean up the control flow a bit -- move all unqualified
constant handling in one branch.
Zend/zend_execute_API.c