aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssh/fix-verify-dns-segfault.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssh: fix segfault with VerifyHostKeyDNS=yesNatanael Copa2019-07-191-0/+57
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