DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14399>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14399 ISAPI Call w/o params will crash Summary: ISAPI Call w/o params will crash Product: Apache httpd-2.0 Version: HEAD Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: mod_isapi AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Within mod_isapi.c, line 1415 it stated: /* Based on some examples I've noticed, NULL is expected here. */ if (!*cid->ecb->lpszQueryString) { cid->ecb->lpszQueryString = NULL; } Please refer to to Visual Studio 6.0 VC98/mfc/src/isapi.cpp, line 447. There's always a zero terminated string expected. Giving NULL results in exception with ISAPI-Call w/o params. Suggestion for solution: delete the three lines. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
