Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compiler] Avoid out of bounds access.
If !isScan, ivs1 is not guaranteed to hold at least two items and we could fail trying to retrieve ivs1[1] even if the result would be unused.
- Loading branch information