You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java front-end: fix vector index type in populate_live_range_holes
CodeQL rightly complained that there is comparison using a more narrow
type on the left-hand side of a less-than in a loop condition, which may
give rise to a non-terminating loop in case of integer overflow.
While at it, also add checks before unconditionally accessing the first
element.
0 commit comments