From: Todd C. Miller Date: Tue, 13 Jan 1998 17:58:40 +0000 (+0000) Subject: newer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead... X-Git-Tag: SUDO_1_5_6~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b3bc67b01675d0e289b1ab39fbab0c79110e4e1;p=sudo newer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead of _RLD_* --- diff --git a/sudo.c b/sudo.c index 05dacabea..fa9687c82 100644 --- a/sudo.c +++ b/sudo.c @@ -161,7 +161,7 @@ extern int printmatches; struct env_table badenv_table[] = { { "IFS=", 4 }, { "LD_", 3 }, - { "_RLD_", 5 }, + { "_RLD", 4 }, #ifdef __hpux { "SHLIB_PATH=", 11 }, #endif /* __hpux */