-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Apparent regression in 2.7.3 #277
Comments
Sorry, that was my regression I confirm that this test hangs |
Minimal test case which hangs:
not CDATA, but something with the combination of the comment tag + the ampersand |
I fixed it in this PR: #276 |
Hi, I just wanted to quickly say thanks for your efforts to keep this library updated and working. I just ran into this issue on 2.7.3 and am highly relieved that a fix is already available. You are awesome! |
@moehrenzahn np, I appreciate the kind words. I'm using it in production for my own app that I've gone full-time on (Manabi Reader https://reader.manabi.io for learning Japanese) and now that I've made it fast enough to continue using, I'll be sticking with it likely for years to come. Can't promise continued stewardship but I'm happy to see through a couple upgrades so far at least. |
HTML with Javascript containing CDATA and '&&' hangs on parsing. This first occurs with commit fc06146
A test case modified from here is
The text was updated successfully, but these errors were encountered: