This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In perl_clone_using(), use sv_dup_inc_multiple() to clone the temps stack.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 May 2009 08:15:46 +0000 (09:15 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 19 May 2009 08:15:46 +0000 (09:15 +0100)
commite92c6be8349ad1d36d6df1dcb526fd37421e9970
treedff7dc23e6c6fe82b382714d2327a90643b930d0
parentc87a7fa90205d44374da5df59a2566caf6e06bfb
In perl_clone_using(), use sv_dup_inc_multiple() to clone the temps stack.
Avoid using Newxz() to zero allocate memory we will immediately overwrite.
sv.c