This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
self cannot be NULL here because PerlIO_push() will deref it.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 25 Jun 2015 00:54:07 +0000 (20:54 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 27 Jun 2015 03:09:46 +0000 (23:09 -0400)
commit27e6dabe2abcb106f9dd28e976fdb26ca016ed53
tree3b4578accb7c75e0c077c5c901e12d8391e96d9d
parent38bb0011ea854565b1e4b9ff988bb7a3913ff52d
self cannot be NULL here because PerlIO_push() will deref it.

Coverity CID 104779.

Follow-up on Coverity CID 28973, and the respective commit 316ebaf2.
perlio.c