Unsafe casting of int
to uint
in ThePredicter::withdraw
In ThePredicter::withdraw
the score
variable which is an int8
is cast to an uint
.
If the score
variable is less than zero the resulting uint
will be incorrect.
Manual Analysis
Add checks before casting.
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.