Statistics.sol::variance() may revert because the value of data[i]
is less than the value of mean
.
When calculating the variance of the parameter data
, the value of data[i]
will fluctuate around the value of mean
. If the value of data[i]
is less than mean
, it will be reverted
.
The LLMOracleCoordinator.sol::finalizeValidation() function may not run, resulting in a DOS error.
Manual review.
It is necessary to compare the value of data[i]
with the value of mean
and perform different processing according to different situations.
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.