Implement $^A tainting
authorNiko Tyni <ntyni@debian.org>
Fri, 12 Nov 2010 22:02:07 +0000 (00:02 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Nov 2010 00:52:23 +0000 (16:52 -0800)
commit125b9982af05cc67a7f8daefd5060a9eb9524824
treedf0d7e0e78095a25e83cae94af54a54302f342fc
parent99e6ea262e0d5e6a5eea5692f2b99d422027c0a4
Implement $^A tainting

The format accumulator $^A now becomes tainted when formline() is
called with tainted data.

There is still one failing test from the TODO set; it seems
that the $^A get magic is handled too late for the taintedness
to show up.
mg.c
pp_ctl.c
t/op/taint.t