[Bug 2117] New: Memory overrun in HTTP_HttpOpenRequestA of http.c

Wine Bugs wine-bugs at winehq.org
Sun Mar 21 15:47:28 CST 2004


http://bugs.winehq.org/show_bug.cgi?id=2117

           Summary: Memory overrun in HTTP_HttpOpenRequestA of http.c
           Product: Wine
           Version: 20040121
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: P4
         Component: wine-net
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: wjweiss at hotmail.com


sprintf at 657 writes past memory allocation. HeapAlloc at 646 should be:
lpszUrl = HeapAlloc(GetProcessHeap(), 0, strlen(lpwhr->lpszHostName) + 1 + 7 + 2);

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list