]> granicus.if.org Git - php/commit
Fixed bug #74606 (Segfault within try/catch/finally nesting in Generators)
authorBob Weinand <bobwei9@hotmail.com>
Wed, 17 May 2017 17:56:49 +0000 (19:56 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Wed, 17 May 2017 17:58:51 +0000 (19:58 +0200)
commit649494c0ee54102ac4a6c62fd5faf38143efb107
treee9ce314ea35d7a91a18d823def3502d438e4338f
parent78b10dd9d6994c9ef0bef01100daab81b233460d
Fixed bug #74606 (Segfault within try/catch/finally nesting in Generators)

Thanks to Nikita for pointing out the error source.
NEWS
Zend/tests/generators/bug74606.phpt [new file with mode: 0644]
Zend/zend_generators.c