10000 Handle multiple starters in the stream-safe fuzzer. by sunfishcode · Pull Request #77 · unicode-rs/unicode-normalization · GitHub
[go: up one dir, main page]

Skip to content

Handle multiple starters in the stream-safe fuzzer. #77

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

Merged
merged 1 commit into from
May 18, 2021

Conversation

sunfishcode
Copy link
Contributor

NFC compositions can involve multiple starters, such as \u{11347} and
\u{11357}. Adjust the counting iterator in the streaming fuzzer to
only count non-starters, so that it doesn't over-count.

Fixes #76.

NFC compositions can involve multiple starters, such as `\u{11347}` and
`\u{11357}`. Adjust the counting iterator in the streaming fuzzer to
only count non-starters, so that it doesn't over-count.

Fixes unicode-rs#76.
@Manishearth Manishearth merged commit 3dc2211 into unicode-rs:master May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion failure *value.borrow() <= MAX_NONSTARTERS + 2
2 participants
0