History log of /PHP-7.4/Zend/tests/bug79919.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 1e0bc6e3 31-Jul-2020 Christoph M. Becker

Fix #79919: Stack use-after-scope in define()

Instead of the temporary `rv`, we use the `val_free` which is there for
this purpose.