Use sudoersrestart() in fuzz_sudoers.c
Since we run the parser multiple times we need to restart it each time.
This commit is contained in:
@@ -314,6 +314,7 @@ extern bool sudoers_strict;
|
||||
|
||||
/* toke.l */
|
||||
YY_DECL;
|
||||
void sudoersrestart(FILE *);
|
||||
extern FILE *sudoersin;
|
||||
extern const char *sudoers_file;
|
||||
extern char *sudoers;
|
||||
|
Reference in New Issue
Block a user