History log of /PHP-7.4/Zend/tests/is_callable_trampoline_uaf.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 429f194f 30-Jan-2020 Nikita Popov

Fix UAF in is_callable() and allocated trampoline

By nulling out the function_handler, so it will not get used
below. Reuse the existing helper for this purpose.