Skip to content
New issue

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

Range validation for ints sets bad c-level validator value #684

Closed
corranwebster opened this issue Dec 24, 2019 · 0 comments · Fixed by #805
Closed

Range validation for ints sets bad c-level validator value #684

corranwebster opened this issue Dec 24, 2019 · 0 comments · Fixed by #805
Assignees
Milestone

Comments

@corranwebster
Copy link
Contributor

The int range c-level validator (validator constant 3) has been removed, but this code:

kind = 3
can still set it.

It turns out in this case that the fast validator will never be set, but this is dangerous as future changes may inadvertently change that.

This may be moot with #594

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants