Skip to main content
๐Ÿ› Bug HuntSO Solidity Easyโšก+10 XP

Integer Overflow (old)

In Solidity <0.8.0, what is the risk here?

๐Ÿ› Find the bug
1uint8 max = 255;
2max += 1;
๐Ÿ› The bug is on line 2

๐Ÿ”ง Select the correct fix: