there are taint mode problems with modperl-1.x and the latest bleadperl (testing with 15887).
In addition to the taint bugs in Cwd that I'm trying to solve (see my report at p5p, including a partial patch), there is another taint problem when trying to start mod_perl 1.x cvs's 'make test' In the t/logs/error_log you get simply: Insecure dependency in eval while running with -T switch. and the server won't start. Now where this happens, I don't know. And it's not easy to figure out, since mod_perl 1.x is big and the problem happens most likely in some XS code. From looking at perl's taint.c, Perl_croak is called when there is a taint problem in eval. Any idea how to make perl provide some context to find where the problem occurs? Thanks! p.s. I'm not sure if we can get Perl_croak to report more info by changing something at the modperl side. Hence asking here first. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
