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

GH16319: avoid recursion parsing 'pack' template #19646

Merged
merged 1 commit into from
May 28, 2022
Merged

Conversation

hvds
Copy link
Contributor

@hvds hvds commented Apr 19, 2022

A template with many open brackets or open parentheses could
overflow the stack, modify the parsing loop to avoid that.

A template with many open brackets or open parentheses could
overflow the stack, modify the parsing loop to avoid that.
@hvds
Copy link
Contributor Author

hvds commented Apr 19, 2022

I think this should work, but it should probably be deferred until after 5.38 5.36 release.

@khwilliamson
Copy link
Contributor

I hope you mean s/5.38/5.36

@hvds
Copy link
Contributor Author

hvds commented Apr 19, 2022

I hope you mean s/5.38/5.36

Oops yes, sorry.

@hvds hvds added the defer-next-dev This PR should not be merged yet, but await the next development cycle label Apr 23, 2022
@khwilliamson khwilliamson merged commit f24623d into blead May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defer-next-dev This PR should not be merged yet, but await the next development cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants