ConvexityProtocol icon indicating copy to clipboard operation
ConvexityProtocol copied to clipboard

OptionsFactory.constructor(OptionsExchange,address)._oracleAddress (OptionsFactory.sol#29) lacks a zero-check on

Open ghost opened this issue 4 years ago • 0 comments

OptionsFactory.constructor(OptionsExchange,address)._oracleAddress lacks a zero-check on : - oracleAddress = _oracleAddress

Check that the address is not zero.

ghost avatar Aug 11 '20 04:08 ghost