scout-soroban icon indicating copy to clipboard operation
scout-soroban copied to clipboard

Review overflow-check detector

Open arturoBeccar opened this issue 7 months ago • 0 comments

The check is only done in debug mode but not on release mode so it does it is not sufficient to catch overflows on release mode.

https://doc.rust-lang.org/stable/book/ch03-02-data-types.html#integer-overflow

arturoBeccar avatar Jul 04 '24 19:07 arturoBeccar