code-423n4 / 2021-12-amun-findings

0 stars 0 forks source link

Multiplying the result of division #274

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Handle

Czar102

Vulnerability details

Impact

In BasketFacet::calcOutStandingAnnualizedFee() the return value is a result of the multiplication of a quotient. This may result in small rounding errors.

Recommended Mitigation Steps

Consider dividing at the end.

loki-sama commented 2 years ago

duplicate #155