This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make pp_goto() cope potential stack reallocation in EXTEND
authorDave Mitchell <davem@fdisolutions.com>
Sat, 14 Aug 2004 22:32:16 +0000 (22:32 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 14 Aug 2004 22:32:16 +0000 (22:32 +0000)
commita45cdc79a7c02a2ea3f4f147e8200ca60d683da5
tree579970e6daa1c9694d1ddf9d0b749c38acaeabd5
parent90d1b12917c6df69d793f0c9dc8d5cbfacf97955
make pp_goto() cope potential stack reallocation in EXTEND
The code for goto &foo had local pointers to the stack that
pointed to the wrong place after a realloc.

p4raw-id: //depot/perl@23217
pp_ctl.c
t/op/goto.t