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

Fix: nasl-cli/openvasd: stack overflow on prefix-statement #1530

Merged
merged 1 commit into from Nov 30, 2023

Conversation

nichtsfrei
Copy link
Member

@nichtsfrei nichtsfrei commented Nov 29, 2023

Reported by @sepehrdaddev.

To prevent prefix cases from hitting a stack overflow due to recursion
it is reset after grouping parsing rather than handled per statement like
in the loop.

Jira: SC-965

Reported by @sepehrdaddev.

To prevent prefix cases from hitting a stack overflow due to recursion
it is reset after grouping parsing rather than handled per statement like
in the loop.
@nichtsfrei nichtsfrei marked this pull request as ready for review November 29, 2023 15:24
@nichtsfrei nichtsfrei requested a review from a team as a code owner November 29, 2023 15:24
@ArnoStiefvater ArnoStiefvater added the patch_release creates a patch release label Nov 30, 2023
@ArnoStiefvater ArnoStiefvater merged commit 0fa13e9 into main Nov 30, 2023
29 checks passed
@ArnoStiefvater ArnoStiefvater deleted the prefix-statement-crash branch November 30, 2023 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch_release creates a patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants