This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #37725] perl segfaults on reversed array reference
authorDave Mitchell <davem@fdisolutions.com>
Tue, 22 Nov 2005 16:32:42 +0000 (16:32 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Tue, 22 Nov 2005 16:32:42 +0000 (16:32 +0000)
commit6e585ca0b32392d502ae4276faab9761cc9b1188
tree4478db7ed5be6ce4a71d47e6edae1acc8836e113
parentc106e8bbff313f9d3ffd1a9a1b0a6bd6129af87b
[perl #37725] perl segfaults on reversed array reference

The 'for (reverse @a)' optimisation got its index wrong when
create LVALUE SVs for undef elements

p4raw-id: //depot/perl@26195
pp_ctl.c
pp_hot.c
t/op/loopctl.t