Users are expected to be notified when the deadline is set by checking the global variable deadlineSet, which should return true if the deadline is set, or false otherwise. However, when the host sets the deadline, the deadlineSet variable is not updated, causing it to incorrectly return false even though the deadline has already been set.
Here is vulnerable code:
Users may receive incorrect information from the deadlineSet variable, and the host can change the date without notice.
To fix this issue, consider update the deadlineSet variable to true when deadline is set.
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.