From: Nicholas Clark Date: Sun, 30 Nov 2008 17:17:37 +0000 (+0000) Subject: Proposed fix for -T -d:NYTProf regression. Probably this is a "missing" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13d4578c5c4d6d1ff771e38874408fea77a13d75;p=p5sagit%2Fp5-mst-13.2.git Proposed fix for -T -d:NYTProf regression. Probably this is a "missing" part of change 24943. p4raw-id: //depot/perl@34954 --- diff --git a/scope.c b/scope.c index 24c5111..c0a8ba7 100644 --- a/scope.c +++ b/scope.c @@ -698,6 +698,8 @@ Perl_leave_scope(pTHX_ I32 base) register char* str; I32 i; + TAINT_NOT; + if (base < -1) Perl_croak(aTHX_ "panic: corrupt saved stack index"); while (PL_savestack_ix > base) {