From: Father Chrysostomos Date: Sat, 8 Jun 2013 06:41:32 +0000 (-0700) Subject: [perl #117941] Handle vivification crashing w/freed stash X-Git-Tag: v5.19.1~161 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/94e7eb6fe4b29b1c1dbe5eb489b4bfae607d9350?hp=94e7eb6fe4b29b1c1dbe5eb489b4bfae607d9350 [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. ---