History log of /PHP-8.2/Zend/tests/jmpznz_relative_offsets.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7d483418 27-Sep-2021 Nikita Popov

Fix relative offsets when copying JMPZNZ

This was doing a plain copy of JMPZNZ, even though it encodes
offsets relative to the opline. As such, the offsets would be
relative to targe

Fix relative offsets when copying JMPZNZ

This was doing a plain copy of JMPZNZ, even though it encodes
offsets relative to the opline. As such, the offsets would be
relative to target, while they should be relative to opline.
Fix this by recomputing them.

Fixes oss-fuzz #39295.

show more ...