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(a)winehq.org ReportedBy: wjweiss(a)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.