http://bugs.winehq.org/show_bug.cgi?id=2118 Summary: inproper assignment HeapRealloc result Product: Wine Version: 20040309 Platform: All OS/Version: All Status: UNCONFIRMED Severity: critical Priority: P1 Component: wine-net AssignedTo: wine-bugs(a)winehq.org ReportedBy: wjweiss(a)hotmail.com At line 2023 of http.c the result of the HeapRealloc is not assigned back to lphttpHdr->lpszValue. If HeapRealloc moves the information to a new memory area, subsequent writes will be to deallocated memory and HeapFree of lphttpHdr->lpszValue is to the wrong memory area. -- 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.