2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Re-enable error output for the sudoers parser.

It is only the alias and defaults warnings we need to suppress.
This commit is contained in:
Todd C. Miller
2021-09-20 12:46:37 -06:00
parent 5421c61828
commit b6561831b4

View File

@@ -289,7 +289,7 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
/* Initialize defaults and parse sudoers. */
init_defaults();
init_parser("sudoers", true, true);
init_parser("sudoers", false, true);
sudoersrestart(fp);
sudoersparse();
reparent_parse_tree(&parse_tree);