This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for Coverity perl5 CID 29060: Pointer to local outside scope (RETURN_LOCAL) use_i...
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 21 Apr 2014 22:54:54 +0000 (18:54 -0400)
committerTony Cook <tony@develop-help.com>
Tue, 29 Apr 2014 23:58:53 +0000 (09:58 +1000)
commit2a600bb8f7c0d6b36cb37c899b6c9e82537ec394
tree6074af8cff46bae70794f676c7e73f7296e16e31
parent53673d98756218ddd125311548c0f73c714722f7
Fix for Coverity perl5 CID 29060: Pointer to local outside scope (RETURN_LOCAL) use_invalid: Using mode, which points to an out-of-scope variable tmode.

Duplicate the PerlIOBase_pushed call so that the tmode is in scope.
perlio.c