You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/02/18 04:31:27 UTC

cvs commit: httpd-2.0/modules/generators mod_cgi.c

jerenkrantz    02/02/17 19:31:27

  Modified:    modules/generators mod_cgi.c
  Log:
  Correctly check script_in variable.
  (script_out and script_err are already correct.)
  PR: 9669
  
  Revision  Changes    Path
  1.117     +1 -1      httpd-2.0/modules/generators/mod_cgi.c
  
  Index: mod_cgi.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_cgi.c,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- mod_cgi.c	31 Dec 2001 05:58:59 -0000	1.116
  +++ mod_cgi.c	18 Feb 2002 03:31:27 -0000	1.117
  @@ -465,7 +465,7 @@
               apr_pool_note_subprocess(p, procnew, kill_after_timeout);
   
               *script_in = procnew->out;
  -            if (!script_in)
  +            if (!*script_in)
                   return APR_EBADF;
               apr_file_pipe_timeout_set(*script_in, (int)(r->server->timeout * APR_USEC_PER_SEC));
   
  
  
  

Re: cvs commit: httpd-2.0/modules/generators mod_cgi.c

Posted by Cliff Woolley <jw...@virginia.edu>.
On Mon, 18 Feb 2002, Cliff Woolley wrote:

> That's probably worth a STATUS note and credit to the bug submitter...

s/STATUS/CHANGES/


Re: cvs commit: httpd-2.0/modules/generators mod_cgi.c

Posted by Cliff Woolley <cl...@yahoo.com>.
On 18 Feb 2002 jerenkrantz@apache.org wrote:

> jerenkrantz    02/02/17 19:31:27
>
>   Modified:    modules/generators mod_cgi.c
>   Log:
>   Correctly check script_in variable.
>   (script_out and script_err are already correct.)
>   PR: 9669

That's probably worth a STATUS note and credit to the bug submitter...

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA