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
Byte extract with negative offset must not fail invariant
The code has provisions for handling negative offsets in a byte extract,
but then tried to convert only parts of index to an unsigned number: the
overall index is known to be non-negative in this branch, but the offset
alone may still be negative.
0 commit comments