Thread: Revert/fix 31731 - Empty PATH taint test on Cygwin
Revert/fix 31731 - Empty PATH taint
test on Cygwin
2007-08-28 09:43:41
Change 31731 breaks testing on Cygwin because of multiple
copies of cygwin1.dll. Therefore, revert it and fix the
original problem, namely that you can't (now) run Perl
under
Cygwin with an empty PATH.
Re: Revert/fix 31731 - Empty PATH taint
test on Cygwin
2007-08-28 11:47:01
Jerry D. Hedden schrieb:
> Change 31731 breaks testing on Cygwin because of
multiple
> copies of cygwin1.dll. Therefore, revert it and fix
the
> original problem, namely that you can't (now) run Perl
under
> Cygwin with an empty PATH.
Yep, thanks. Obviously I forgot to send this patch.
--
Reini Urban
http://phpwiki.org/http://murbreak.at/http://helsinki.at/http://spacemovie.mur.at/
a>
Re: Revert/fix 31731 - Empty PATH taint
test on Cygwin
2007-08-28 11:52:04
Jerry D. Hedden schrieb:
> Change 31731 breaks testing on Cygwin because of
multiple
> copies of cygwin1.dll. Therefore, revert it and fix
the
> original problem, namely that you can't (now) run Perl
under
> Cygwin with an empty PATH.
Yep, thanks. Obviously I forgot to send this patch.
--
Reini Urban
http://phpwiki.org/http://murbreak.at/http://helsinki.at/http://spacemovie.mur.at/
a>
Re: Revert/fix 31731 - Empty PATH taint
test on Cygwin
2007-08-28 11:53:02
On 28/08/07, Jerry D. Hedden <jdheddencpan.org> wrote:
> Change 31731 breaks testing on Cygwin because of
multiple
> copies of cygwin1.dll. Therefore, revert it and fix
the
> original problem, namely that you can't (now) run Perl
under
> Cygwin with an empty PATH.
Thanks, applied.