]> granicus.if.org Git - php/commit
Fixed bug #74444: multiple catch freezes in some cases
authorDavid Matejka <matej21@matej21.cz>
Fri, 14 Apr 2017 22:20:06 +0000 (00:20 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 14 Apr 2017 23:38:37 +0000 (01:38 +0200)
commit2135b057ec33bb480a10f642a3e42ba10364b81e
treee13f9d665902173cd8da458d61d8da79ea8e86a1
parentd80df7a8bf9970295f7dcb93cf56ba73a9383825
Fixed bug #74444: multiple catch freezes in some cases

zend_emit_jump() may reallocate, so reload the opline.
NEWS
Zend/tests/try/bug74444.phpt [new file with mode: 0644]
Zend/zend_compile.c