Fix for [perl #52074] Segfault on ISA push after symbol table delete
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 15 Apr 2008 08:36:48 +0000 (08:36 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 15 Apr 2008 08:36:48 +0000 (08:36 +0000)
commit5562fa714b8071354c365365c26a950efa73179a
treeac4dbe6be9df1c1efc95b89bb47efb41a28e5a12
parentb3562f19ee0d76b60d176a0b1cfdac4f5f36785c
Fix for [perl #52074] Segfault on ISA push after symbol table delete

This restores the 5.8.8 behaviour. The deleted stash is not vivified
again, hence the hierarchy remains broken. But there's no segfault.

p4raw-id: //depot/perl@33684
mg.c
t/mro/pkg_gen.t