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

Fix correctness issue with skip iterators and short integer optimizations. #131

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

Alexhuszagh
Copy link
Owner

In rare cases, when using skip iterators are large digit inputs, such as a u8 with 12__34, if the skip iterator does not allow non-consecutive iterators, the parser could view this as valid when it would cause correctness issues. This does not affect safety.

@Alexhuszagh Alexhuszagh added the bug Something isn't working label Sep 14, 2024
@Alexhuszagh Alexhuszagh merged commit 15d4c8c into main Sep 14, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the skipopt branch September 14, 2024 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant