This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: Fix cloning of interp variable
authorKarl Williamson <khw@cpan.org>
Tue, 13 Jan 2015 05:06:34 +0000 (22:06 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 13 Jan 2015 19:19:59 +0000 (12:19 -0700)
commit3945cc79918c13e0988dc96336c134bc5ce644a0
tree52f82f9a30f30d1f5be1a4b25fbc1b3a8732d801
parentd6609144cb1976a0816871e44add62ea336ab4de
sv.c: Fix cloning of interp variable

This should have been cloned by sv_dup_inc.  I don't know why it didn't
fail outside of Win32, but fail there it did, spectacularly, but only
when I temporarily change some C code to force execution of the affected
code, which only gets executed for problematic locales, which may very
well not exist on most machines.
sv.c