History log of /PHP-7.4/Zend/tests/ex_func_null_during_property_write.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f92a0362 01-Sep-2020 Nikita Popov

Check for null EX(func) in write_property

This can happen if zend_call_function inserted a dummy frame,
and we already switched to the dummy frame in leave_helper,
and an exception i

Check for null EX(func) in write_property

This can happen if zend_call_function inserted a dummy frame,
and we already switched to the dummy frame in leave_helper,
and an exception is thrown during CV destruction.

Fixes oss-fuzz #25343.

show more ...