clober-dex / coupon-finance

Coupon Finance Solidity Contracts
Other
1 stars 0 forks source link

`cloberMarketSwapCallback()` can be unchecked #115

Closed detectivekim closed 1 year ago

detectivekim commented 1 year ago

Details

There are conditional checks prior to the additions and subtractions performed such that there will be no integer under/overflow issues.

Mitigation

Wrap the function in an unchecked block.