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

commonmark_js fuzz: fix spurious failure with non-utf8 link #856

Merged

Conversation

notriddle
Copy link
Collaborator

We want to normalize links if they're utf8, but with something like [x](%DD), leave them as-is.

We want to normalize links if they're utf8, but with something
like `[x](%DD)`, leave them as-is.
@Martin1887 Martin1887 merged commit e727173 into pulldown-cmark:master Mar 2, 2024
1 check passed
@notriddle notriddle deleted the notriddle/escaped-link-fuzz-utf8 branch March 2, 2024 19:27
notriddle added a commit to notriddle/pulldown-cmark that referenced this pull request Mar 2, 2024
This is a follow-up of pulldown-cmark#856,
because that pull request didn't cover the case where the URL mixed
punctuation and non-utf8 bytes.
notriddle added a commit to notriddle/pulldown-cmark that referenced this pull request Mar 25, 2024
This is a follow-up of pulldown-cmark#856,
because that pull request didn't cover the case where the URL mixed
punctuation and non-utf8 bytes.
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.

None yet

2 participants