History log of /PHP-8.1/Zend/tests/match/044.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 17d6efc7 28-Sep-2021 Nikita Popov

Fix block marking for two arm math

This would end up taking the successors_count=2 case, even though
we need to treat SWITCH and MATCH differently. This incorrectly
marked a block as

Fix block marking for two arm math

This would end up taking the successors_count=2 case, even though
we need to treat SWITCH and MATCH differently. This incorrectly
marked a block as FOLLOW, resulting in incorrect block pass
optimization.

Fixes oss-fuzz #39380.

show more ...