Fix resolver_getaddrinfo(): use NULL strings in underlying messages
authoreric <eric@openbsd.org>
Sun, 11 Nov 2018 14:56:05 +0000 (14:56 +0000)
committereric <eric@openbsd.org>
Sun, 11 Nov 2018 14:56:05 +0000 (14:56 +0000)
commit2c59994acda0010f5b334acdcda9d80c4742a62b
treea49051d54f333e3f81e2349c1f3e8ad97ce805ef
parentd6a7182727895a3a007b7c422af1128dd67d5849
Fix resolver_getaddrinfo(): use NULL strings in underlying messages
where appropriate and add missing check before freeaddrinfo().
This code path is currently unused.
usr.sbin/smtpd/resolver.c