This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eval: handle taint of overloaded/tied arg
authorDavid Mitchell <davem@iabyn.com>
Wed, 23 Jun 2010 23:02:39 +0000 (00:02 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sat, 3 Jul 2010 15:25:58 +0000 (16:25 +0100)
commit895b760f672897cb301e8900c05743c32f282f42
tree7cb638db2ce098117e99455bf900d1ab23bfb3ab
parent3e5c01898a8b319439f67ce035bfc80fb80b4f3b
eval: handle taint of overloaded/tied arg

string eval would check its arg for taint before processing magic, overload
etc. If the magic or overload returned a tainted value, it wouldn't
be detected. Fixes part of #75716.
lib/overload.t
pp_ctl.c