CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/06 07:51:22
Modified files:
sys/net : rtsock.c
Log message:
Fix RTA_DNS checks:
Do not overwrite the address family, we need to know if this is IPv4
or IPv6 to parse the message.
Nameservers are IP addresses, not NUL-terminated strings.
Check that the length is a multiple of the length of an IP address.
OK krw
