CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/29 12:51:15
Modified files:
sbin/slaacd : frontend.c
Log message:
getifaddrs() can return entries where ifa_addr is NULL. Check for this
before accessing anything in ifa_addr. florian@ mentioned this might
be a problem in slaacd(8) and rad(8) after claudio@ fixed it in bgpd,
so i went looking...
