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
Since #796 we are in the process of adding runtime overflow checks. At 3f833c9, solc does not add runtime checks for underflows during subtraction between two signed numbers. This can be seen as follows
Since #796 we are in the process of adding runtime overflow checks. At 3f833c9,
solc
does not add runtime checks for underflows during subtraction between two signed numbers. This can be seen as followsThe text was updated successfully, but these errors were encountered: