This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The magic variables that alter STDOUT have a tendancy to segfault
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 21 Aug 2003 19:07:22 +0000 (19:07 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 21 Aug 2003 19:07:22 +0000 (19:07 +0000)
commit0daa599b568c3d2373a59e6063e86a6f865719a8
tree0965e5bd5675d5a71cac10d4e1ca1e6f9d27bb1c
parent965cd7038b700c7c8e135d0b7ad9fbadc532cee3
The magic variables that alter STDOUT have a tendancy to segfault
when accessed if STDOUT is undefined. Protect them.

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