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)
commit94e7eb6fe4b29b1c1dbe5eb489b4bfae607d9350
tree464009bb69598475557e8f87685282fe89e3033a
parent6cda7db16df9c75aa4f97b02443762d11e9bc150
[perl #117941] Handle vivification crashing w/freed stash

open’s handle vivification could crash if the current stash was freed,
so check before passing a freed stash to gv_init.
pp.c
t/io/open.t