]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 181613 - $::ENV not being cleared
authorbbaetz%student.usyd.edu.au <>
Fri, 22 Nov 2002 08:36:13 +0000 (08:36 +0000)
committerbbaetz%student.usyd.edu.au <>
Fri, 22 Nov 2002 08:36:13 +0000 (08:36 +0000)
r=gerv, a=justdave

globals.pl

index 89919e5c0bf76bd379db862b87102758dea3e689..7eef2311510abbdc72e834374be2fd2814867c3f 100644 (file)
@@ -81,7 +81,7 @@ use RelationSet;
 use File::Spec;
     
 # Some environment variables are not taint safe
-#delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
+delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
 
 # Cwd.pm in perl 5.6.1 gives a warning if $::ENV{'PATH'} isn't defined
 # Set this to '' so that we don't get warnings cluttering the logs on every