Skip to content

Break html scan on eof - #438

Merged
raphlinus merged 1 commit into
masterfrom
fix_html_hang
Apr 6, 2020
Merged

Break html scan on eof#438
raphlinus merged 1 commit into
masterfrom
fix_html_hang

Conversation

@raphlinus

Copy link
Copy Markdown
Collaborator

Fixes #437

@marcusklaas marcusklaas left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@ehuss

ehuss commented Apr 29, 2020

Copy link
Copy Markdown
Contributor

@raphlinus Would it be possible to get a point release with this fix?

@sjackman

Copy link
Copy Markdown

I just ran into this bug. rustdoc 1.43.0 is affected by it. It hangs indefinitely on /// <b. A point release would be very much appreciated. Thank you @raphlinus for the fix.

raphlinus added a commit that referenced this pull request Apr 29, 2020
Will let us publish a release for #438
@raphlinus
raphlinus deleted the fix_html_hang branch April 29, 2020 16:00
@raphlinus

Copy link
Copy Markdown
Collaborator Author

The 0.7.1 release is now out, and includes this fix. Thanks for the interest!

phansch added a commit to phansch/rust-clippy that referenced this pull request Jun 1, 2020
This was fixed in pulldown_cmark 0.7.1, specifically
pulldown-cmark/pulldown-cmark#438
bors added a commit to rust-lang/rust-clippy that referenced this pull request Jun 1, 2020
Add regression test for endless loop / update `pulldown_cmark`

Closes #4917

This was fixed in pulldown_cmark 0.7.1, specifically pulldown-cmark/pulldown-cmark#438

changelog: none
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.

Hangs on unterminated html tag

4 participants