History log of /PHP-8.0/ext/opcache/tests/range_inference_hang.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f8ec5a1d 01-Nov-2021 Nikita Popov

Fix range inference hang

We shouldn't switch from range to no range for ZEND_DIV and instead
explicitly return an overflowing range. Otherwise the range will
not actually get updated

Fix range inference hang

We shouldn't switch from range to no range for ZEND_DIV and instead
explicitly return an overflowing range. Otherwise the range will
not actually get updated during widening, and we'll perform
essentially infinite narrowing.

Fixes oss-fuzz #40566.

show more ...