You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this. I'm seeing this in version 1.2.0 and as far back as 1.0.6. Some of this code was recently changed to fix similar defects in 1.1.1. I thought this might be a regression in the 1.1.1 changes, but it appears not.
Resolvesscala#306
If parseCharRef is called for an unclosed character reference it will
get caught in an infinite loop if the end of file is reached. Add a
check to exit the loop when an EOF is encountered.
Putting an unclosed character ref (
&#
) in XML causes an infinite loop.Example code:
The text was updated successfully, but these errors were encountered: