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
The blocks text parser is experiencing infinite recursion when processing certain code blocks. I think the regex patterns are causing catastrophic backtracking in the code block parsing logic.
Note this first started appearing after I imported a PDF and asked Google Flash 2.0 to extract the text.
Environment
GitHub v2-dev branch
Description
The blocks text parser is experiencing infinite recursion when processing certain code blocks. I think the regex patterns are causing catastrophic backtracking in the code block parsing logic.
Note this first started appearing after I imported a PDF and asked Google Flash 2.0 to extract the text.
Steps to reproduce:
Device and browser
Firefox 135.0 (64-bit). Windows 10
Screenshots and more
Willingness to Contribute
The text was updated successfully, but these errors were encountered: