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

bugfix: repro for #4496 #4513

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

bugfix: repro for #4496 #4513

wants to merge 3 commits into from

Conversation

crusso
Copy link
Contributor

@crusso crusso commented Apr 22, 2024

Add repro for #4496 (stackoverflow parsing v large array literal) and explore workaround using v large blob instead.

This seems to be hard to fix since the overflow occurs in menhir generated code. I tried to rewrite the array literal parser to use a higher-order, tail-recursive action for the array literal list elements, but that didn't actually help.

@crusso crusso mentioned this pull request Apr 22, 2024
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.

1 participant