This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
authorCraig A. Berry <craigberry@mac.com>
Mon, 30 Oct 2006 00:23:35 +0000 (00:23 +0000)
committerCraig A. Berry <craigberry@mac.com>
Mon, 30 Oct 2006 00:23:35 +0000 (00:23 +0000)
commit085e731f54b0044b320e296e710d73b7205fdf7a
treecbdd8f8ed26197dcef4c1d33b34e931b55eb93b1
parent667e29483278676092af95a151e7ae7d8eb1d304
Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
to use PerlIO_fdopen so that when the tmpfile is closed we do
not decrement a ref count that doesn't exist or is zero.

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