]> granicus.if.org Git - apache/commit
Solve segfaults from unusual error exceptions in cgid. The daemon
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Mar 2003 04:44:11 +0000 (04:44 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Mar 2003 04:44:11 +0000 (04:44 +0000)
commit686f8cf5aedd1a5a9dcce31d3e5ec5e786e5db4b
tree8a893089be10574037f9b4dbd514e2d42ae74f0c
parentc6ed400677b69ea4ff638b50f159644429e8bcc4
  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

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