Skip to content

Fix nesting too deep - #401

Open
stringhandler wants to merge 1 commit into
BlockstreamResearch:masterfrom
stringhandler:st-nesting-too-deep
Open

Fix nesting too deep#401
stringhandler wants to merge 1 commit into
BlockstreamResearch:masterfrom
stringhandler:st-nesting-too-deep

Conversation

@stringhandler

Copy link
Copy Markdown
Contributor

Fixes #399.

Deeply nested input overflowed the stack and aborted the process instead of producing an error, making any service that compiles .simf files trivially killable.

@stringhandler
stringhandler requested a review from delta1 as a code owner August 28, 2026 13:08
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.

Recursive Parser has no limit, leading to stack overflow on deeply nested inputs

1 participant