History log of /PHP-8.1/Zend/tests/weakrefs/weakmap_dtor_exception.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a4b209fd 08-Oct-2021 Nikita Popov

Make weak ref notify robust against bailout

First drop it from EG(weakrefs), as the weakref_unref operation
may call a destructor, which may bail out.

Fixes oss-fuzz #39718.