summaryrefslogtreecommitdiff
path: root/doc/bugs/img_plugin_causes_taint_failure.mdwn
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-09 23:02:52 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-09 23:02:52 -0800
commit122f6df3259e8ca1dd96554d08cebce4b5c55acc (patch)
tree2e1d6f54e62936792176caba483af8cc0907c755 /doc/bugs/img_plugin_causes_taint_failure.mdwn
parentfb82474be06f1be2c96bdfc231c3768cabe0d4eb (diff)
parent8b577726ab3768d50ca7d3fdef240e37fe046fc2 (diff)
Merge branch 'master' into prefix-directives
Conflicts: debian/changelog templates/change.tmpl
Diffstat (limited to 'doc/bugs/img_plugin_causes_taint_failure.mdwn')
-rw-r--r--doc/bugs/img_plugin_causes_taint_failure.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/img_plugin_causes_taint_failure.mdwn b/doc/bugs/img_plugin_causes_taint_failure.mdwn
new file mode 100644
index 000000000..f8def19a0
--- /dev/null
+++ b/doc/bugs/img_plugin_causes_taint_failure.mdwn
@@ -0,0 +1,15 @@
+The img plugin causes a taint failure if one tries to link a scaled image, e.g.
+
+ \[[img foo.png size=64x64]]
+
+ .ikiwiki.setup: Insecure dependency in mkdir while running with -T switch at /usr/lib/perl5/vendor_perl/5.8.8/IkiWiki.pm line 360.
+ BEGIN failed--compilation aborted at (eval 5) line 109.
+
+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]]