History log of /PHP-7.4/Zend/tests/list_assign_ref_string_offset_error.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a07c1f56 02-Sep-2020 Nikita Popov

Fix infinite loop on string offset during by-ref list assign

There is a deeper underlying issue here, in that the opcodes violate
VM write-fetch safety, but let's fix the infinite loop f

Fix infinite loop on string offset during by-ref list assign

There is a deeper underlying issue here, in that the opcodes violate
VM write-fetch safety, but let's fix the infinite loop first.

This fixes oss-fuzz #25352.

show more ...