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
We recommend checking if the values fit within the type range first, otherwise revert with a meaningful error message, as well as checking for underflows.
The text was updated successfully, but these errors were encountered:
Handle
cmichel
Vulnerability details
Vulnerability Details
The function performs type conversions and subtraction without over-/underflow checks:
Recommended Mitigation Steps
We recommend checking if the values fit within the type range first, otherwise revert with a meaningful error message, as well as checking for underflows.
The text was updated successfully, but these errors were encountered: