diff options
author | Rick Delaney <rick@consumercontact.com> | 2006-07-09 11:01:50 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-02 09:49:10 +0000 |
commit | 5d121f7f3e622b953c8ef74cf9c345d07e4f4ed7 (patch) | |
tree | 2197d0a5443e3acd0d02005ae947003ee701b32b /gv.c | |
parent | b1e55cab83fc5b3a567d95fba8bca0592334b7a5 (diff) | |
download | perl-5d121f7f3e622b953c8ef74cf9c345d07e4f4ed7.tar.gz |
Re: [perl #39733] $AUTOLOAD is never tainted
Message-ID: <20060709190150.GA1922@localhost.localdomain>
Plus a note in perldelta
p4raw-id: //depot/perl@28649
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -654,7 +654,6 @@ Perl_gv_autoload4(pTHX_ HV *stash, const char *name, STRLEN len, I32 method) sv_setpvn(varsv, packname, packname_len); sv_catpvs(varsv, "::"); sv_catpvn(varsv, name, len); - SvTAINTED_off(varsv); return gv; } |