mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-11-22 07:32:44 -05:00
| .. | ||
| overflow.md | ||
| overflow.sol | ||
| README.md | ||
arithmetic errors
- solidity < 0.8: integers in overflow / underflow without any errors.
- solidity >= 0.8: default behaviour of for overflow / underflow is to throw an error.