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

Panic with malformed conditional HTML comment #596

Closed
jmooring opened this issue Jul 31, 2023 · 1 comment
Closed

Panic with malformed conditional HTML comment #596

jmooring opened this issue Jul 31, 2023 · 1 comment

Comments

@jmooring
Copy link
Contributor

This issue should have a really, really low priority.

This works fine:

<!--[if IE]>foo<![endif]-->

This causes a panic (it's malformed):

<!--[if IE]foo<![endif]-->
@tdewolff
Copy link
Owner

tdewolff commented Aug 1, 2023

Thanks Joe as always! Actually, I believe panics are high priority, I'm surprised this wasn't caught by the fuzzer!

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

No branches or pull requests

2 participants