This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Some minor changes for Cygwin
[perl5.git] / cygwin / cygwin.c
index 6a71713..0b4dcc8 100644 (file)
@@ -147,6 +147,9 @@ XS(Cygwin_cwd)
     if((cwd = getcwd(NULL, -1))) {
        ST(0) = sv_2mortal(newSVpv(cwd, 0));
        safesysfree(cwd);
+#ifndef INCOMPLETE_TAINTS
+       SvTAINTED_on(ST(0));
+#endif
        XSRETURN(1);
     }
     XSRETURN_UNDEF;