History log of /PHP-8.1/Zend/tests/nullsafe_operator/constant_propagation.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 1f19401f 19-Oct-2021 Nikita Popov

Handle operand replacement in JMP_NULL

In this case it's not sufficient to replace the JMP_NULL operand,
as it keeps the temporary alive and there may be more uses later.
Fix this by

Handle operand replacement in JMP_NULL

In this case it's not sufficient to replace the JMP_NULL operand,
as it keeps the temporary alive and there may be more uses later.
Fix this by generalizing existing handling for other similar opcodes
like CASE/SWITCH and LIST_R.

Fixes oss-fuzz 5820123475214336.

show more ...