--- embedaddon/sudo/src/exec_common.c 2013/07/22 10:46:13 1.1.1.3 +++ embedaddon/sudo/src/exec_common.c 2013/10/14 07:56:35 1.1.1.4 @@ -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 {