Allow the parser to avoid nested processing of invalid rules (GH-31252)

This commit is contained in:
Pablo Galindo Salgado 2022-02-10 13:12:14 +00:00 committed by GitHub
parent 2cea8c29cf
commit 390459de6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1998 additions and 1997 deletions

View file

@ -78,7 +78,6 @@ typedef struct {
Token *known_err_token;
int level;
int call_invalid_rules;
int in_raw_rule;
} Parser;
typedef struct {