[Bug 15713] New: widl generates incorrect format string for top level conformance

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 22 06:17:37 CDT 2008


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

           Summary: widl generates incorrect format string for top level
                    conformance
           Product: Wine
           Version: CVS/GIT
          Platform: All
        OS/Version: other
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: rpc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: huw at codeweavers.com
                CC: robertshearman at gmail.com, dsh at linux.ucla.edu


See, for example, the type format string for ept_insert()'s 'entries' parameter
in dlls/rpcrt4/epm_c.c .  The size of this array is the 'num_ents' parameter,
so the offset in the conformace discription should be 4 not 0 (which is
currently hardcoded).  Also the lower nibble of the type byte should be
FC_ULONG rather than 0.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list