------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1389

Git Commit <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #6 from Git Commit <[email protected]>  2013-10-04 01:17:09 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/a8c3430674ceb70b5dda7dfe7ddf4374196c955d

commit a8c3430674ceb70b5dda7dfe7ddf4374196c955d
Author:     Todd Lyons <[email protected]>
AuthorDate: Thu Oct 3 16:24:14 2013 -0700
Commit:     Todd Lyons <[email protected]>
CommitDate: Thu Oct 3 16:25:12 2013 -0700

    Bug 1389: Initialize and clear variables
---
 src/src/dmarc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/src/dmarc.c b/src/src/dmarc.c
index ea91fee..627d43e 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;


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to