View | Details | Raw Unified | Return to bug 279780
Collapse All | Expand All

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

Return to bug 279780