CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/29 12:47:16
Modified files:
usr.sbin/rad : 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...
ok claudio@
