Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#1238·fuels-rs

Add clippy check for overflowing arithmetic

Author: segfault-magnetCreated Dec 14, 2023Updated Sep 18, 2025
Labelsgood first issuetech-debtv1.0Security

Our fuzzing efforts have mainly discovered unchecked arithmetic. We should add the following clippy check to our CI to disallow unchecked arithmetic in the future: https://rust-lang.github.io/rust-clippy/master/index.html#/arithmetic_side_effects

Source: FuelLabs/fuels-rs

View original on GitHubView discussion on GitHub