mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
more people use _RLD_ than just alphas...
This commit is contained in:
parent
5eb9954c21
commit
e3f95518c2
6
sudo.c
6
sudo.c
@ -149,20 +149,18 @@ extern int printmatches;
|
||||
* Table of "bad" envariables to remove and len for strncmp()
|
||||
*/
|
||||
struct env_table badenv_table[] = {
|
||||
{ "IFS=", 4 },
|
||||
{ "LD_", 3 },
|
||||
{ "_RLD_", 5 },
|
||||
#ifdef __hpux
|
||||
{ "SHLIB_PATH=", 11 },
|
||||
#endif /* __hpux */
|
||||
#ifdef _AIX
|
||||
{ "LIBPATH=", 8 },
|
||||
#endif /* _AIX */
|
||||
#if defined (__osf__) && defined(__alpha)
|
||||
{ "_RLD_", 5 },
|
||||
#endif /* __alpha && __alpha */
|
||||
#ifdef HAVE_KERB4
|
||||
{ "KRB_CONF", 8 },
|
||||
#endif
|
||||
{ "IFS=", 4 },
|
||||
{ (char *) NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user