$fh->close(); print $fh "foo" would segfault under -w in
authorAbhijit Menon-Sen <ams@wiw.org>
Thu, 25 Apr 2002 19:43:06 +0000 (19:43 +0000)
committerAbhijit Menon-Sen <ams@wiw.org>
Thu, 25 Apr 2002 19:43:06 +0000 (19:43 +0000)
commit9453426ea2cb2131d06e23614e5610b999172c9d
tree127df37aa386745ff1b37a8cfa0ef4e8f74765bc
parent38f5208578bbcb05898effe3959401ff7d2a5630
   $fh->close(); print $fh "foo" would segfault under -w in
   report_evil_fh() because $fh doesn't have a name.

p4raw-id: //depot/perl@16166
util.c