2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

newer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead of _RLD_*

This commit is contained in:
Todd C. Miller
1998-01-13 17:58:40 +00:00
parent 6523933184
commit 7b3bc67b01

2
sudo.c
View File

@@ -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 */