Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
authorAdrian M. Enache <enache@rdslink.ro>
Wed, 2 Apr 2003 05:02:42 +0000 (08:02 +0300)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 19 Apr 2003 19:40:22 +0000 (19:40 +0000)
commit39cff0d9bacec3b7c45b12560665095ba3be16b2
treedfbfd756019e90ca6d3f1e88a83da454b9a4b9ff
parentabc667d141be9d100fa9e0402f7809147d1f69b9
Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
by adding a dummy destructor method Regexp::DESTROY.
This prevents infinite recursion, since Regexp::DESTROY
is no more autoloaded.

Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
Message-ID: <20030402020242.GA2966@ratsnest.hole>

p4raw-id: //depot/perl@19277
ext/B/t/stash.t
t/op/ref.t
universal.c