summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-30 17:17:37 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-30 17:17:37 +0000
commit13d4578c5c4d6d1ff771e38874408fea77a13d75 (patch)
tree9059f0e98c69e557da66f2cabf62955c779ed4bf /scope.c
parent503ba33a32294abe4e07fa9e519b91bcf80bf407 (diff)
downloadperl-13d4578c5c4d6d1ff771e38874408fea77a13d75.tar.gz
Proposed fix for -T -d:NYTProf regression. Probably this is a "missing"
part of change 24943. p4raw-id: //depot/perl@34954
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scope.c b/scope.c
index 24c51118b7..c0a8ba774f 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) {