Natanael Copa ed91ec54fc main/openssh: fix segfault with VerifyHostKeyDNS=yes
fix a case in openbsd-compat where there are no DNS answers. Apparently
OpenBSD returns ancount=0 but the answer struct is non NULL, while with
musl the answer is NULL.

fixes #8323
2019-07-19 20:10:38 +02:00
..