summaryrefslogtreecommitdiff
path: root/README.vos
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-03-14 16:04:59 +0000
committerDavid Mitchell <davem@iabyn.com>2011-03-14 16:31:25 +0000
commite06d98fb28fb93799939b64c5cd2d41f83060c81 (patch)
tree933c857945a62c61ecdfb5461eb9c1b10c8fe79a /README.vos
parent295c2f7d5349d9417307a84d22b5ba63d9a655ed (diff)
downloadperl-e06d98fb28fb93799939b64c5cd2d41f83060c81.tar.gz
[perl #82250] fix tainted (s)print format
commit 20ee07fbbcfa6be9f90bb8e5474a4d69d7396617 introduced dieing in (s)printf when the format is tainted; however it only worked when the format is part of an expression (because TAINT_PROPER checks for PL_tainted being set). Fix by doing TAINT_PROPER only after get magic has been done on the format SV (which will set PL_tainted). This is done by moving the checks in pp_sprintf and pp_prtf into do_sprintf() (which is called by the two pp functions).
Diffstat (limited to 'README.vos')
0 files changed, 0 insertions, 0 deletions