Closed code423n4 closed 2 years ago
pauliax
.length in a loop can be extracted into a variable and used where necessary to reduce the number of storage reads GovernorAlpha.sol
for (uint i = 0; i < proposal.targets.length; i++)
Duplicate to #15
Handle
pauliax
Vulnerability details
Impact
.length in a loop can be extracted into a variable and used where necessary to reduce the number of storage reads GovernorAlpha.sol