Version 0.1.1
This version switches to the netif library for querying network interfaces. The previous library had two memory leaks (missing frees for malloc
and getifaddrs
) and also dereferences a NULL pointer ((struct ifaddrs).ifa_addr
) when an interface is layer 3 only (like Wireguard interfaces on Linux).