This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixes obscure bug that manifests itself by.
authorArtur Bergman <sky@nanisky.com>
Tue, 2 Oct 2001 10:40:57 +0000 (10:40 +0000)
committerArtur Bergman <sky@nanisky.com>
Tue, 2 Oct 2001 10:40:57 +0000 (10:40 +0000)
commit720f287d0034492a26b7255eb708eb820f59a51d
tree678699ecb4599935703cbc5eae0d6a8d6936bf47
parent2590a1d735c9a5b2bb0473048e14315c625a1b7f
Fixes obscure bug that manifests itself by.
local $!=0;undef*STDOUT;#segfaults
Has been around for a while. Possible other magic IO vars are
possibly affected as well. Reported by Jos Boumans.

p4raw-id: //depot/perl@12303
mg.c