This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The warning "Use of tainted arguments in %s is deprecated"
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 13 Jul 2002 11:28:01 +0000 (11:28 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 13 Jul 2002 11:28:01 +0000 (11:28 +0000)
commit159f47d9c50d8b3750644c8f166145335385b847
tree98d9e7f8ce78b5278506f5dd387353e07c2f1ac5
parentdd99735e5845ae96055c262cc6883b73fc785c44
The warning "Use of tainted arguments in %s is deprecated"
was incorrectly reported whenever system or exec was
invoked with multiple arguments.

p4raw-id: //depot/perl@17516
pod/perldiag.pod
pp_sys.c
t/op/taint.t