Closed code423n4 closed 2 years ago
https://github.com/code-423n4/2022-04-mimo/blob/main/core/contracts/inception/InceptionVaultFactory.sol#L82
Medium
Initialize all the variables. Set isCustomPriceFeed to false
isCustomPriceFeed
false
uninitialized local variables could have unintended consequences.
Not an issue. Default value is false
Lines of code
https://github.com/code-423n4/2022-04-mimo/blob/main/core/contracts/inception/InceptionVaultFactory.sol#L82
Vulnerability details
Impact
Medium
Recommended Mitigation Steps
Initialize all the variables. Set
isCustomPriceFeed
tofalse
uninitialized local variables could have unintended consequences.