>>>>> "CB" == Craig Bullock <[EMAIL PROTECTED]> writes:

CB> mod_perl group,
CB> I have an issue with mod_perl I'm trying to resolve for several days.  I
CB> have a module called Apache::StartPage and is mapped with a Location
CB> directive. Occasionally I have the following error showing up in the error

I've got a Solaris box that this started happening on.  It was
complaining about this code:

  if (!open($fh,"|-")) {
    # Child process execs mail program to receive text.
    # Use explicit exec to protect shell metacharacters which may
    # appear in the email address.  we need to set the SMTP envelope
    # address to the email address for proper bounce handling
    exec $sendmail,'-oi','-t','-f',$support;
  }

which is perfectly Taint-safe as far as I can tell.  The open() call
generated the error.  It was more or less random when it happened.

I have not tried to track it down; I just turned off taint checking on
the production box ;-(

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-301-545-6996
PGP & MIME spoken here            http://www.kciLink.com/home/khera/

Reply via email to