You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/11/08 23:14:15 UTC

DO NOT REPLY [Bug 14399] New: - ISAPI Call w/o params will crash

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: bugs@httpd.apache.org
        ReportedBy: detlev.vendt@brillit.de


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org