๐ Bug HuntSO Solidity Easyโก+10 XP
Integer Overflow (old)
In Solidity <0.8.0, what is the risk here?
๐ Find the bug
1
uint8 max = 255;2
max += 1;๐ The bug is on line 2
In Solidity <0.8.0, what is the risk here?
uint8 max = 255;max += 1;