[Bug 2118] New: inproper assignment HeapRealloc result

Wine Bugs wine-bugs at winehq.org
Sun Mar 21 16:07:05 CST 2004


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 at winehq.org
        ReportedBy: wjweiss at 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.



More information about the wine-bugs mailing list