Skip to content

Add recursion checks for parse_data_type - #2411

Open
iffyio wants to merge 1 commit into
apache:mainfrom
validio-io:data-type-recursion
Open

Add recursion checks for parse_data_type#2411
iffyio wants to merge 1 commit into
apache:mainfrom
validio-io:data-type-recursion

Conversation

@iffyio

@iffyio iffyio commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Data types can be nested, e.g. MAP<MAP<...>>.
This adds the usual recursion guards to ensure
that we don't overflow the stack on extreme/pathological input.

Data types can be nested, e.g. `MAP<MAP<...>>`.
This adds the usual recursion guards to ensure
that we don't overflow the stack on extreme/pathological input.
@iffyio
iffyio requested a review from yoavcloud July 27, 2026 09:23
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.

2 participants