]> granicus.if.org Git - php/commit
Fixed bug #80781
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 22 Feb 2021 08:33:23 +0000 (09:33 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 22 Feb 2021 08:36:43 +0000 (09:36 +0100)
commit6dd85f83f78fbafc4a90b264e577a31b59323314
tree77e85cba0151c4f722fe4c5753c1386dc0ec3068
parent84b615284218736f4fe2450a5f43ef61f2a78901
Fixed bug #80781

zend_find_array_dim_slow() may throw, make sure to handle this.
This backports the code we already use for this on PHP-8.0,
and also backports an exception check that makes this easier to
catch.
NEWS
Zend/tests/bug80781.phpt [new file with mode: 0644]
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h