OpenBSD cvs log

created 2020-01-27T00:25:17Z
begin 2019-11-06T13:55:44Z
end 2019-11-06T14:51:22Z
path src/sys
commits 1

date 2019-11-06T14:51:22Z
author florian
files src/sys/net/rtsock.c log diff annotate
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