[Bug 8361] New: Buffer overrun in TOOLTIPS_GetDispInfoW()

Wine Bugs wine-bugs at winehq.org
Fri May 11 10:42:43 CDT 2007


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

           Summary: Buffer overrun in TOOLTIPS_GetDispInfoW()
           Product: Wine
           Version: 0.9.36.
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-comctl32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: hto at mail.cnt.ru


File tooltips.c, line 395: memcpy() tries to read beyond the ttnmdi.lpszText
buffer limit. Use min() instead of max(), calculating len.

-- 
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