randy 97/01/18 10:39:53
Modified: support suexec.c
Log:
Trim arguments passed to CGI program.
Revision Changes Path
1.12 +1 -1 apache/support/suexec.c
Index: suexec.c
===================================================================
RCS file: /export/home/cvs/apache/support/suexec.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C3 -r1.11 -r1.12
*** suexec.c 1997/01/12 19:20:33 1.11
--- suexec.c 1997/01/18 18:39:52 1.12
***************
*** 435,441 ****
/*
* Execute the command, replacing our image with its own.
*/
! execv(cmd, argv);
/*
* (I can't help myself...sorry.)
--- 435,441 ----
/*
* Execute the command, replacing our image with its own.
*/
! execv(cmd, &argv[3]);
/*
* (I can't help myself...sorry.)