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@winehq.org ReportedBy: wjweiss@hotmail.com
sprintf at 657 writes past memory allocation. HeapAlloc at 646 should be: lpszUrl = HeapAlloc(GetProcessHeap(), 0, strlen(lpwhr->lpszHostName) + 1 + 7 + 2);