This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #117941] Handle vivification crashing w/freed stash
authorFather Chrysostomos <sprout@cpan.org>
Sat, 8 Jun 2013 06:41:32 +0000 (23:41 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 8 Jun 2013 07:14:12 +0000 (00:14 -0700)
open’s handle vivification could crash if the current stash was freed,
so check before passing a freed stash to gv_init.


No differences found