Submitted by 0xRajeev, also found by WatchPug.
In _supplyCreditUni(), the last argument of _convertTokenValues() on L674 being _priceB instead of _priceA in the calculation of supplyB is a typo (should be _priceA) and therefore miscalculates supplyB, creditB, creditUni and therefore totalAccountSupply in function accountHealth() which affects the health of account/protocol determination that is used across all borrows/withdrawals/transfers/liquidations in the protocol. This miscalculation significantly affects all calculations in protocol and could therefore cause protocol insolvency.
Manual Analysis
Change the last argument of \_convertTokenValues() from \_priceB to \_priceA on L674.
talegift (Wild Credit) confirmed
