PORTNAME= opendmarc
PORTVERSION= 1.4.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail security
MASTER_SITES= GH
--- libopendmarc/opendmarc_dns.c.orig 2021-12-20 15:40:37.000000000 +0900
+++ libopendmarc/opendmarc_dns.c 2024-06-16 03:30:15.582270000 +0900
@@ -203,6 +203,7 @@ dmarc_dns_get_record(char *domain, int *reply, char *g
++bp;
#ifdef HAVE_RES_NINIT
+ memset(&resp, '\0', sizeof resp);
res_ninit(&resp);
#ifdef RES_USE_DNSSEC
resp.options |= RES_USE_DNSSEC;