Lack of checks by missing-zero-check
detector in parent contract's constructor.
#981
Labels
bug
Something isn't working
missing-zero-check
detector doesn't seem to check the arguments for constructor of parent contracts. Even if the parent contract's constructor has zero-access checks & the child contract is using the same variable, it's gets flagged.e.g. For this test contract,
Slither output:
_owner1
is checked for zero address, it gets flagged by the detector._owner2
doesn't have the check but is ignored by the detector.The text was updated successfully, but these errors were encountered: