We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When virtual rating change was fed with -1e22 as the rating, an integer overflow occurred.
Rating given by the user should be restricted or "clamped" to a reasonable range.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When virtual rating change was fed with -1e22 as the rating, an integer overflow occurred.
Rating given by the user should be restricted or "clamped" to a reasonable range.
The text was updated successfully, but these errors were encountered: