This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Cope with brain damage in PerlIO::via, which will let you fclose() the
authorNicholas Clark <nick@ccl4.org>
Sun, 26 Oct 2008 18:37:35 +0000 (18:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 26 Oct 2008 18:37:35 +0000 (18:37 +0000)
commitd8723f436e1dd34e1353ad7e3538918033d31d15
treef5ae932059bc4b2a9fe577ac05d567a242deeb4a
parente187df3b2e2d86a597bd5d2d631175f15fd61d9d
Cope with brain damage in PerlIO::via, which will let you fclose() the
same FILE * twice, thanks to it calling out to Perl space inside the
close call tree, with the underlying PerlIO * already closed, but not
unlinked.

p4raw-id: //depot/perl@34596
perlio.c