code-423n4 / 2023-02-reserve-mitigation-contest-findings

1 stars 0 forks source link

Mitigation Confirmed for Mitigation of M-10: Issue Mitigated #33

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

Issue mitigated M-10 https://github.com/code-423n4/2023-01-reserve-findings/issues/320

Typecasting is now done properly with the help of FixLib library

        uint192 amtBaskets = supply > 0
            ? basketsNeeded.muluDivu(amount, supply, CEIL)
            : _safeWrap(amount);
c4-judge commented 1 year ago

0xean marked the issue as satisfactory