Missing zero address check in setRebalanceManager #255
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
Handle
hubble
Vulnerability details
Impact
Missing zero address check in setRebalanceManager function of RebalanceManager.sol, RebalanceManagerV2.sol and RebalanceManagerV3.sol
Proof of Concept
Files : RebalanceManager.sol, RebalanceManagerV2.sol and RebalanceManagerV3.sol
Function : setRebalanceManager
Tools Used
Manual Review
Recommended Mitigation Steps
Add check for zero address in the function setRebalanceManager on all the three RebalanceManager files.
The text was updated successfully, but these errors were encountered: