From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510812020551w5dcdbaa9tfcc483be2779653e@mail.gmail.com>
Date: Tue, 2 Dec 2008 08:51:08 -0500
p4raw-id: //depot/maint-5.8/perl@34978
if (base < -1)
Perl_croak(aTHX_ "panic: corrupt saved stack index");
while (PL_savestack_ix > base) {
+ const int type = SSPOPINT;
+
TAINT_NOT;
- const int type = SSPOPINT;
switch (type) {
case SAVEt_ITEM: /* normal string */
value = (SV*)SSPOPPTR;