Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2022/09/25 12:0 a.m.11 views

Inconsistent use of the for loop increment

Lines of code Vulnerability details Impact Inconsistant use of ++ operator. In OperatorRegistry.sol line numbers 84 and 114 the for loop variable i is incremented as ++i . But in ERC20PermitPermissionedMint.sol line number 84, the loop variable i is incremented as i++. Consider keeping the...

6.8AI score
SaveExploits0
Rows per page
Query Builder