missing zero check #11
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
Handle
certora
Vulnerability details
https://github.com/code-423n4/2021-12-amun/blob/main/contracts/basket/contracts/callManagers/RebalanceManager.sol#L65
missing check that _exchange is not 0
Recommended Mitigation Steps
require(_exchange != address(0));
The text was updated successfully, but these errors were encountered: