getifaddrs: fix UB via taking address of null pointer union dereference
[musl] / src / network / getifaddrs.c
2023-02-28 Alexey Izbyshevgetifaddrs: fix UB via taking address of null pointer...
2015-11-30 Jo-Philipp Wichproperly handle point-to-point interfaces in getifaddrs()
2014-07-30 Timo Teräsreimplement if_nameindex and getifaddrs using netlink
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-21 Rich Felkerfix fd leak (missing close-on-exec) in getifaddrs
2013-07-09 Rich Felkerfix missing SOCK_CLOEXEC in various functions that...
2013-04-09 rofl0rgetifaddrs: implement proper ipv6 netmasks
2013-04-05 rofl0rgetifaddrs: remove unused label
2013-04-05 rofl0rgetifaddrs: use if_nameindex to enumerate interfaces
2013-04-05 rofl0rgetifaddrs: one less indent level
2013-04-05 rofl0rgetifaddrs: less malloc
2013-04-05 rofl0radd getifaddrs