[Bug 47156] New: widl generates bitfields with a number of bits too large for the underlying type

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 10 15:21:16 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47156

            Bug ID: 47156
           Summary: widl generates bitfields with a number of bits too
                    large for the underlying type
           Product: Wine
           Version: 4.6
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: rpc
          Assignee: wine-bugs at winehq.org
          Reporter: richard at torproject.org
      Distribution: ---

The following struct definition in source idl does not generate a parser error
when it really should:

struct flags
{
   char flag1 : 1000;
};

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