Skip to content

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)

Merge request reports

Loading