CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/30 11:56:35
Modified files:
lib/libc/rpc : get_myaddress.c pmap_rmt.c
Log message:
getifaddrs() can return entries where ifa_addr is NULL. Check for this
before accessing anything in ifa_addr.
ok claudio@
