Arithmetic operations are not overflow safe in LLVM #27
Labels
deferred
Not a current priority
enhancement
New feature or request
good first issue
This should be a good place to get stuck in for beginners
There is currently no implementation to check that arithmetic operations avoid overflows when compiling to LLVM. One implementation of this would be for the contract to revert if an operation would cause an overflow.
The text was updated successfully, but these errors were encountered: