mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Check defaults settings too.
This commit is contained in:
parent
05767145b3
commit
39e80e47ba
@ -299,7 +299,8 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
expand_tilde(&def_runchroot, runas_pw->pw_name);
|
||||
}
|
||||
|
||||
/* Check aliases. */
|
||||
/* Check Defaults and aliases. */
|
||||
check_defaults(&parse_tree, true);
|
||||
check_aliases(&parse_tree, true, true, cb_unused);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user