Change some fatalx(NULL) that should be fatal(NULL).
This commit is contained in:
@@ -109,7 +109,7 @@ disable_execute(char *const envp[])
|
||||
preload = fmt_string(RTLD_PRELOAD_VAR, sudo_conf_noexec_path());
|
||||
# endif
|
||||
if (preload == NULL)
|
||||
fatalx(NULL);
|
||||
fatal(NULL);
|
||||
nenvp[env_len++] = preload;
|
||||
nenvp[env_len] = NULL;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user