This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/locale.t: Untaint before checking if next thing taints
authorKarl Williamson <public@khwilliamson.com>
Tue, 18 Feb 2014 18:45:48 +0000 (11:45 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 19 Feb 2014 21:31:38 +0000 (14:31 -0700)
commit9486279ceb5a3e105081b7470810dca288230535
tree56aa69a274d6e2f0c2aeeab4ceb8f3dfbe979240
parentee1ec05fa88c0444e7d8e506b018b9b80be61dd0
lib/locale.t: Untaint before checking if next thing taints

The tests weren't testing what they purported to, as we should be sure
to start with untained values to see if the operation taints.
lib/locale.t