diff options
author | Rick Delaney <rick@consumercontact.com> | 2003-11-05 18:02:41 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-11-06 09:32:26 +0000 |
commit | 0b4182dec6e1b5c702d8a7ae385af2ab2a185d3c (patch) | |
tree | 53e08a66faa9634f71753dfa991fdde09f56244b /pp_ctl.c | |
parent | f6527d0ef0c13ad49720ee08f79ebfa3856db3ed (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |