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
There are a lot of try_into().unwrap() in the rust code. They might panic if the number is larger than the destination. It is unclear how likely this situation might occur, but need to either prove that it can at least hold u64 or add error handling.
The text was updated successfully, but these errors were encountered:
DE0CH
changed the title
Overflow in rust code
Potential Overflow in rust code
Dec 5, 2022
There are a lot of try_into().unwrap() in the rust code. They might panic if the number is larger than the destination. It is unclear how likely this situation might occur, but need to either prove that it can at least hold u64 or add error handling.
The text was updated successfully, but these errors were encountered: