diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-08 13:52:31 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-08 13:52:31 -0500 |
commit | 825847af95f42176f2e3803cf1ba64876b9d6279 (patch) | |
tree | c6956afa1443cef3e51bb4efae208d8c935c1144 | |
parent | 8116a172308313be528ddefd4039c3971cf6fca2 (diff) | |
download | ikiwiki-825847af95f42176f2e3803cf1ba64876b9d6279.tar ikiwiki-825847af95f42176f2e3803cf1ba64876b9d6279.tar.gz |
reply
-rw-r--r-- | doc/bugs/img_plugin_causes_taint_failure.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/img_plugin_causes_taint_failure.mdwn b/doc/bugs/img_plugin_causes_taint_failure.mdwn index 094c07f37..f8def19a0 100644 --- a/doc/bugs/img_plugin_causes_taint_failure.mdwn +++ b/doc/bugs/img_plugin_causes_taint_failure.mdwn @@ -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]] |