]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 161402 - Disable DBI taint mode in processmail
authorbbaetz%student.usyd.edu.au <>
Sat, 10 Aug 2002 08:53:39 +0000 (08:53 +0000)
committerbbaetz%student.usyd.edu.au <>
Sat, 10 Aug 2002 08:53:39 +0000 (08:53 +0000)
r=joel x2

processmail

index 9ffdc1653cfebf08675412f1d847ad68f81597fd..20833a4f4832ea9c889d5cd4d3b7fe70c75f0594 100755 (executable)
@@ -37,7 +37,6 @@ use RelationSet;
 # Shut up misguided -w warnings about "used only once".
 sub processmail_sillyness {
     my $zz;
-    $zz = $::db;
     $zz = $::unconfirmedstate;
 }
 
@@ -761,9 +760,6 @@ sub NewProcessOnePerson ($$$$$$$$$$$$) {
 # Code starts here
 
 ConnectToDatabase();
-# Set Taint mode for the SQL
-$::db->{Taint} = 1;
-# ^^^ Taint mode is still a work in progress...
 GetVersionTable();
 
 if (open(FID, "<data/nomail")) {