[Bug 1511] New: GDI GetObject (at least for Bitmap) is not correct.

Wine Bugs wine-bugs at winehq.com
Wed Jun 4 16:51:09 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1511

           Summary: GDI GetObject (at least for Bitmap) is not correct.
           Product: Wine
           Version: 20030508
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-gdi
        AssignedTo: wine-bugs at winehq.com
        ReportedBy: kellyleahy at swbell.net
                CC: kellyleahy at swbell.net


The GDI function GetObject should return the number of bytes needed for the 
structure if a NULL pointer is passed as the "buffer" parameter.  It should 
also allow this functionality if count = 0.  Currently, it errors if count = 0 
(from the general GetObjectA/W impl) and does not check for a NULL buffer 
pointer in the Bitmap implementation.

-- 
Configure bugmail: http://bugs.winehq.com/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