CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/29 12:48:27
Modified files:
usr.sbin/route6d: route6d.c
Log message:
getifaddrs() can return entries where ifa_addr is NULL. Check for this
before accessing anything in ifa_addr.
ok claudio@
