Unchecked Return Values in distributeAssets()
Function
Similar to the returnUnpurchasedNative()
function, the distributeAssets()
function makes external calls using the .call()
function, which doesn't check the return value. If the call fails for any reason, the function will proceed as if nothing went wrong, leading to unexpected behavior.
Always check the return value of .call()
operations to ensure they succeeded
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.