summaryrefslogtreecommitdiff
path: root/epoc
diff options
context:
space:
mode:
Diffstat (limited to 'epoc')
-rw-r--r--epoc/epoc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epoc/epoc.c b/epoc/epoc.c
index e5496eafd0..1348109371 100644
--- a/epoc/epoc.c
+++ b/epoc/epoc.c
@@ -222,6 +222,9 @@ XS(epoc_getcwd) /* more or less stolen from win32.c */
EXTEND(SP,1);
SvPOK_on(sv);
ST(0) = sv;
+#ifndef INCOMPLETE_TAINTS
+ SvTAINTED_on(ST(0));
+#endif
XSRETURN(1);
}
free( buffer);