]> sipb.mit.edu Git - ikiwiki.git/commitdiff
reply
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 8 Feb 2008 18:52:31 +0000 (13:52 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 8 Feb 2008 18:52:31 +0000 (13:52 -0500)
doc/bugs/img_plugin_causes_taint_failure.mdwn

index 094c07f37dc064754736e137427e20c1cbc0e24d..f8def19a03fc45546c104355435ad090cb9d9ae2 100644 (file)
@@ -8,3 +8,8 @@ The img plugin causes a taint failure if one tries to link a scaled image, e.g.
 If one omits the size argument it works. And if it worked once the taint failure will not happen again unless one rm -r's the destdir.
 
 Seen with ikiwiki 2.30
+
+> And what version of perl? See [[Insecure_dependency_in_mkdir]] et al.
+> Also, the debian build of ikiwiki has taint checking disabled to avoid
+> this perl bug. Did you build your own? Set NOTAINT=1 when building..
+> --[[Joey]]