Support sudoers_file being a colon-separated path of files.
The first file found is used.
This commit is contained in:
@@ -56,7 +56,7 @@ sudo_printf_t sudo_printf = fuzz_printf;
|
||||
int sudo_mode;
|
||||
|
||||
FILE *
|
||||
open_sudoers(const char *file, bool doedit, bool *keepopen)
|
||||
open_sudoers(const char *file, char **outfile, bool doedit, bool *keepopen)
|
||||
{
|
||||
/*
|
||||
* If we allow the fuzzer to choose include paths it will
|
||||
|
Reference in New Issue
Block a user