Skip to content

fix: guard parser stack bounds - #125

Draft
BridgeAR wants to merge 1 commit into
mainfrom
BridgeAR/2026-08-28-cjs-stack-bounds
Draft

fix: guard parser stack bounds#125
BridgeAR wants to merge 1 commit into
mainfrom
BridgeAR/2026-08-28-cjs-stack-bounds

Conversation

@BridgeAR

Copy link
Copy Markdown
Member

Wasm inputs nested beyond 2,048 entries wrote beyond the fixed parser stacks. Node could terminate instead of returning a parse error.

Fixes: #81

Wasm inputs nested beyond 2,048 entries wrote past fixed parser stacks, which could terminate Node instead of returning a parse error.

Fixes: #81
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.

Out of bounds memory access

1 participant