Skip to content

fix(toml): convert recursion to iteration#1130

Merged
epage merged 1 commit intotoml-rs:mainfrom
dimbleby:recursion-fix
Mar 30, 2026
Merged

fix(toml): convert recursion to iteration#1130
epage merged 1 commit intotoml-rs:mainfrom
dimbleby:recursion-fix

Conversation

@dimbleby
Copy link
Copy Markdown
Contributor

Avoiding a stack overflow on a long run of redundant signs.

Fixes #1129

Avoiding a stack overflow on a long run of redundant signs.
@epage epage merged commit 64284e5 into toml-rs:main Mar 30, 2026
15 checks passed
@epage
Copy link
Copy Markdown
Member

epage commented Mar 30, 2026

Thanks!

@dimbleby dimbleby deleted the recursion-fix branch March 30, 2026 22:57
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.

stack-overflow in decode_sign_prefix

2 participants