You need to sign in or sign up before continuing.
Fix type for media_list on OpenBSD
The SIOCGIFMEDIA ioctl was changed in OpenBSD to take a uint64_t for
ifm_ulist in this OpenBSD commit. The current code results in a
buffer overflow.
Resolves #16 (closed)