YJIT: Add integrity checks for blockid
Verify that the iseq idx pair for the block is valid in invalidate_block_version(). While we are at it, bound loop iterating over instructions to iseq_body->iseq_size.
iseq_body->iseq_size
YJIT: Add integrity checks for blockid
Verify that the iseq idx pair for the block is valid in
invalidate_block_version(). While we are at it, bound loop
iterating over instructions to
iseq_body->iseq_size.