The UniswapStyleLib.getReserves function does not check if the tokens are the pairs underlying tokens.
It blindly assumes that the tokens are in the wrong order if the first one does not match but they could also be completely different tokens.
It could be the case that output amounts are computed for completely different tokens because a wrong pair was provided.
