The initializer does not include a check for address(0)
when initializing state variables that hold addresses.
Initializing a state variable with address(0)
can lead to unintended behavior and vulnerabilities in the contract,
such as sending funds to an inaccessible address.
It is recommended to include a validation step to ensure that address parameters are not set to address(0)
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.