Open code423n4 opened 3 years ago
pants
--j is more gas efficient than j--. j-- appears at many loops forwarding functions as in AssetManager.deposit. This time don't changed it to unchecked as suggested to ++ since then you may get overflow.
Handle
pants
Vulnerability details
--j is more gas efficient than j--. j-- appears at many loops forwarding functions as in AssetManager.deposit. This time don't changed it to unchecked as suggested to ++ since then you may get overflow.