Closed
Description
The ifa_flags
is declared as c_ulong
here for solarish, but actually in both Solaris and illumos it is uint_64
:
- https://illumos.org/man/3SOCKET/getifaddrs
- https://docs.oracle.com/cd/E88353_01/html/E37843/getifaddrs-3c.html
I think the type of ifa_flags
should be changed to u64
here.
This issue was found during the illumos support fix work for GStreamer.