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
Using ubsan and afl, I found the following errors:
runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
runtime error: signed integer overflow: -2147483648 - 1 cannot be represented in type 'int'
Using ubsan and afl, I found the following errors:
See #1442 for code to reproduce it.
The text was updated successfully, but these errors were encountered: