Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 00:19
· 37 commits to master since this release
v0.1.1
08d9f66

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).