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

[BUGFIX] Prevent infinite loop in BooleanParser #821

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Conversation

s2b
Copy link
Contributor

@s2b s2b commented Oct 16, 2023

This change prevents an infinite loop if single or double quotes in boolean expressions are not properly closed.

Resolves: #667

This change prevents an infinite loop if single or double
quotes in boolean expressions are not properly closed.

Resolves: #667
@s2b s2b merged commit 7d0b084 into main Oct 30, 2023
4 checks passed
@s2b s2b deleted the bugfix/booleanLoop branch October 30, 2023 21:48
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.

function peek() in BooleanParser.php runs in an endless loop
2 participants