>Number: 2401
>Category: mod_rewrite
>Synopsis: strange strcat parameters
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: apache
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Wed Jun 10 00:50:01 PDT 1998
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: apache_1.3.0
>Environment:
NT 4.0 SP 3
>Description:
in mod_rewrite.c, line 3197
VC Compiler does not like strcat Parameters
pCommand = strcat(SHELL_PATH, " /C ", cmd, NULL);
>How-To-Repeat:
>Fix:
pCommand = strcat(SHELL_PATH, " /C ");
pCommand = strcat(SHELL_PATH, cmd);
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]