Hi,

I recently ran into a similiar situation, which I asked about on this list 
(message subject "inconsistent taint check results").

Do you by any chance "use Taint;"  (Taint-0.09) ?  I found that when I stopped 
using that, the problem went away.  

Just a guess.

Regards,
Charlie Katz


On Monday 26 March 2007 7:44 am, [EMAIL PROTECTED] wrote:
> I'm getting some quite perplexing behaviour from my application under
> mod_perl and so far I haven't been able to find the cause of the issue.
>
> I'm finding that pages which load perfectly fine under mod_perl most of
> the time, sometimes fail with the error "Insecure dependency in eval
> while running setgid".
> ...
> And the preceding lines untaint $block completely:
>
>         # DON'T LOOK NOW! - blindly untainting can make you go blind!
>         $block =~ /(.*)/s;
>         $block = $1;

-- 
Charlie Katz
Harvard-Smithsonian Center for Astrophysics
[EMAIL PROTECTED]

Reply via email to