From 67dcf175cbe6241f0dcf3564424ca178476ebdfb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Dec 2007 19:25:44 -0500 Subject: * Work around perl taint checking bug #411786, where perl sometimes randomly sets the taint flag on untainted variables, by disabling taint checking in the deb. This sucks. --- doc/bugs/Insecure_dependency_in_mkdir.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn index 4c7d8ebbe..68fb2cb57 100644 --- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn +++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn @@ -59,5 +59,5 @@ I can't see any related entries. Any ideas? >> --[[Joey]] >> I'd forgotten about [this perl bug](http://bugs.debian.org/411786). ->> If your problem is that bug, I can't help, it's a real bug in perl. ->> --[[Joey]] +>> All I can do is work around it by disabling the taint checking. :-( +>> (Which I've [[done]].) --[[Joey]] -- cgit v1.2.3