]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Solve segfaults from unusual error exceptions in cgid. The daemon
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Mar 2003 04:51:36 +0000 (04:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Mar 2003 04:51:36 +0000 (04:51 +0000)
commit314b2a02df427bdbc9950a8e49888e776437f9d7
tree95e7ef99b0d27a0a4bc86869d8ae94485b068f70
parentf23bd6f31af87650cf0bd0676fd65043162a3fc8
  Solve segfaults from unusual error exceptions in cgid.  The daemon
  has no 'real' request_rec, so we can't use ap_log_rerror() anywhere
  within the cgid_server() code.

  Also, one of the two log messages was echoed to the child, no point
  when the actual request logic should take care of that notification.

Submitted by: Jeff Trawick
Reviewed by: Bill Rowe, Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99134 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_cgid.c