Bug 7388 - pidl multiple typedef support
Summary: pidl multiple typedef support
Status: ASSIGNED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: PIDL and libndr (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 17:20 UTC by Christian Hergert
Modified: 2019-04-01 21:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hergert 2010-04-23 17:20:45 UTC
Sometimes you come across typedefs where the same structure is typedef'd to multiple types.  Take the following example.


typedef struct _longAndMultiString_Return
{
                                 long           ReturnCode;
   [range(0, 65536)]             unsigned long  cBytes;
   [unique] [size_is(cBytes)]    byte           *msz;
} ListReaderGroups_Return, ListReaders_Return;
Comment 1 Andrew Bartlett 2019-04-01 21:20:26 UTC
Moving PIDL bugs into Samba as we do not release PIDL separately.