History log of /PHP-8.1/Zend/tests/nullsafe_operator/039.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 3c537323 15-Sep-2020 Nikita Popov

Fix undef var exception handling in JMP_NULL

We need to initialize the result variable in the exceptional
case as well.

Fixes oss-fuzz #25526.