>Number:         2444
>Category:       os-windows
>Synopsis:       mod_isapi crashes when the server DLL returns HST_STATUS_ERROR
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sun Jun 14 20:10:01 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.0
>Environment:
Compiled distribution, using an ISAPI DLL compiled with Borland C++
>Description:
when an ISAPI returns a server_error message, Apache GPFs. Easy fix: ignore 
those errors and write the problem to the log file instead.
>How-To-Repeat:
return anything but OK from the server DLL
>Fix:
os/win32/mod_isapi line 286:

case HSE_STATUS_ERROR:
default:
 /* return SERVER_ERROR;   this had a problem */
 return OK;
}
>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. ]



Reply via email to