Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2021/07/07 12:0 a.m.8 views

index check should use AND condition, not OR

Handle pauliax Vulnerability details Impact The condition should be AND, not OR and err msg looks weird here: function distributeStrategyGainLossuint256 gain, uint256 loss external override uint256 index = vaultIndexesmsg.sender; requireindex 0 || index = NCOINS + 1, "!VaultAdaptor"; Now basicall...

7AI score
SaveExploits0
Rows per page
Query Builder