History log of /PHP-7.4/Zend/tests/unset_prop_recursion.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ebd3a210 15-Jul-2021 Nikita Popov

Undef slot before destroying in unset_property

We need to make sure that destructors can't access the partially
destroyed property. Do the same we do in HTs.

Fixes oss-fuzz #362

Undef slot before destroying in unset_property

We need to make sure that destructors can't access the partially
destroyed property. Do the same we do in HTs.

Fixes oss-fuzz #36205.

show more ...