Use the PL_earlytaint. (PL_earlytaint is a global,
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 27 Jun 2003 08:18:47 +0000 (08:18 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 27 Jun 2003 08:18:47 +0000 (08:18 +0000)
commited085813cee9c22e7ad548a324c6d8f6d7d726d2
treedc148ebb2f60ff10c8c65642ba482359e2bd324b
parentaf419de789419c9e4520d33654a91564094b407a
Use the PL_earlytaint.  (PL_earlytaint is a global,
not per-interp, since perl_construct() is not passed
the argc, argv, and therefore it can't set the per-interp
PL_tainting.)

p4raw-id: //depot/perl@19864
perl.c
perl.h