This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
correctly clone eval context frames
authorZefram <zefram@fysh.org>
Sat, 18 Feb 2012 11:31:48 +0000 (11:31 +0000)
committerZefram <zefram@fysh.org>
Sat, 18 Feb 2012 11:43:18 +0000 (11:43 +0000)
commit44c19e202831fce7100a4c8f20ec5a48cd0b6350
tree95355dffc60c2e7428400f912bd118be7db26123
parenta9bada39885b0882dfb85a8130b09deec04a6d4c
correctly clone eval context frames

When cloning stacks (only used for Win32 fork emulation, not for ordinary
threads), the CV referenced by an eval context frame wasn't being cloned.
This led to crashes when Win32 forked inside an eval [perl #109718].
sv.c