Skip to content

parser: fix check_expr() recursion#519

Merged
GuillaumeGomez merged 1 commit intoaskama-rs:masterfrom
Kijewski:4793932351602688
Jul 5, 2025
Merged

parser: fix check_expr() recursion#519
GuillaumeGomez merged 1 commit intoaskama-rs:masterfrom
Kijewski:4793932351602688

Conversation

@Kijewski
Copy link
Copy Markdown
Member

@Kijewski Kijewski commented Jul 5, 2025

check_expr() did not recurse for all recursive Exprs. This PR fixes the problem.

Resolves https://issues.oss-fuzz.com/issues/429130577.

`check_expr()` did not recurse for all recursive `Expr`s. This PR fixes
the problem.

Resolves <https://issues.oss-fuzz.com/issues/429130577>.
@Kijewski Kijewski added bug Something isn't working fuzzing error A bug found by fuzzing parser Related to the parser labels Jul 5, 2025
@GuillaumeGomez
Copy link
Copy Markdown
Collaborator

Nice, thanks!

@GuillaumeGomez GuillaumeGomez merged commit 6b936f4 into askama-rs:master Jul 5, 2025
42 checks passed
@Kijewski Kijewski deleted the 4793932351602688 branch July 5, 2025 21:22
@Kijewski Kijewski mentioned this pull request Jul 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working fuzzing error A bug found by fuzzing parser Related to the parser

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants