summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorRick Delaney <rick@consumercontact.com>2003-11-05 18:02:41 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2003-11-06 09:32:26 +0000
commit0b4182dec6e1b5c702d8a7ae385af2ab2a185d3c (patch)
tree53e08a66faa9634f71753dfa991fdde09f56244b /pp_ctl.c
parentf6527d0ef0c13ad49720ee08f79ebfa3856db3ed (diff)
downloadperl-0b4182dec6e1b5c702d8a7ae385af2ab2a185d3c.tar.gz
Re: [perl #24248] taint propagation regression,
tests fail to spot this Message-Id: <20031105230241.D13585@biff.bort.ca> p4raw-id: //depot/perl@21674
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 37b0a20e66..8ce813c85c 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -59,6 +59,7 @@ PP(pp_regcreset)
/* XXXX Should store the old value to allow for tie/overload - and
restore in regcomp, where marked with XXXX. */
PL_reginterp_cnt = 0;
+ TAINT_NOT;
return NORMAL;
}