https://github.com/code-423n4/2024-07-reserve/blob/3f133997e186465f4904553b0f8e86ecb7bbacbf/contracts/p1/BasketHandler.sol#L166
When BasketHandler switches basket to new reference amounts, it calls trackStatus():
This call sequence would not call the scenario when there is a circular dependency between RTokens, for example: 
At this point, price retrieval of either collateral would fail because of an infinite recursion.
While the RTokenB governance action can be seen as a mistake, RTokenA is affected too without any mistake made by its governance.
Consider adding a price() call after trackStatus() to trigger a failure in the above-mentioned case.
