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
Bitwise shifts with some negative arguments are undefined behavior in C. Currently we overapproximate such things to top (hopefully), but we should fairly easily be able to warn about it based on bounds.
The text was updated successfully, but these errors were encountered:
Bitwise shifts with some negative arguments are undefined behavior in C. Currently we overapproximate such things to top (hopefully), but we should fairly easily be able to warn about it based on bounds.
The text was updated successfully, but these errors were encountered: