From: Todd Lyons Date: Thu, 3 Oct 2013 23:24:14 +0000 (-0700) Subject: Bug 1389: Initialize and clear variables X-Git-Tag: exim-4_82_RC3~14 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/a8c3430674ceb70b5dda7dfe7ddf4374196c955d Bug 1389: Initialize and clear variables --- diff --git a/src/src/dmarc.c b/src/src/dmarc.c index ea91fee9f..627d43e65 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -81,6 +81,8 @@ int dmarc_init() dmarc_abort = FALSE; dmarc_pass_fail = US"skipped"; dmarc_used_domain = US""; + dmarc_ar_header = NULL; + dmarc_has_been_checked = FALSE; header_from_sender = NULL; spf_sender_domain = NULL; spf_human_readable = NULL;