History log of /PHP-8.1/Zend/tests/global_to_string_exception.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a2e3ca1f 12-Oct-2021 Nikita Popov

Don't free FETCH_W operand if GLOBAL_LOCK

The error path performed the free unconditionally, while we should
not do it for GLOBAL_LOCK.

Fixes oss-fuzz #39868.