The MapleGlobals.setPriceOracle should check that the oracle address is not zero.
A wrong call to this function might set the oracle address to the zero address and break core oracle functionality.
Add a require(oracle != 0) statement.
lucas-manuel (Maple) disputed:
Nick Johnson (Judge):
