]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 322244: Cookies are incorrectly detainted when logging out - Patch by Olav Vitter...
authorlpsolit%gmail.com <>
Thu, 5 Jan 2006 23:14:06 +0000 (23:14 +0000)
committerlpsolit%gmail.com <>
Thu, 5 Jan 2006 23:14:06 +0000 (23:14 +0000)
Bugzilla/Auth/Login/WWW/CGI.pm

index 17a9cfce64bd481b9a83bb98e6a11ec23f52ba2e..e3fc4c7f40e770789a369cc84089c87bf94de96f 100644 (file)
@@ -217,7 +217,7 @@ sub logout {
         }
     }
     $cookie ||= $cgi->cookie("Bugzilla_logincookie");
-    detaint_natural($cookie);
+    trick_taint($cookie);
 
     # These queries use both the cookie ID and the user ID as keys. Even
     # though we know the userid must match, we still check it in the SQL