[opendmarc-dev] OpenDMARC 1.1.0 Beta1 available

Scott Kitterman sklist at kitterman.com
Mon Feb 11 12:58:41 PST 2013


On Monday, February 11, 2013 03:48:50 PM Scott Kitterman wrote:
> On Monday, February 11, 2013 11:53:26 AM Murray S. Kucherawy wrote:
> > Changes since Beta0:
> > 
> > o Add new library functions in preparation for the new draft:
> >  	+ opendmarc_policy_to_buf()
> >  	+ opendmarc_policy_fetch_fo()
> >  	+ opendmarc_policy_fetch_rf()
> > 
> > o Explain mkdb.mysql in reports/README
> > 
> > o Fix SQL syntax in opendmarc-params
> 
> A couple of compiler warnings for you to consider if you care about:
> 
> opendmarc_dns.c: In function 'dmarc_dns_get_record':
> opendmarc_dns.c:216:2: warning: passing argument 2 of
> 'opendmarc_policy_library_dns_hook' from incompatible pointer type [enabled
> by default]
> In file included from opendmarc_dns.c:12:0:
> opendmarc_internal.h:225:6: note: expected 'struct sockaddr_in **' but
> argument is of type 'struct sockaddr_in (*)[3]'
> 
> I don't remember if I looked when I did Beta0, so I don't know if they are
> new.  I can check build logs if it matters.

Here's a few more for your consideration:

opendmarc_xml.c: In function 'opendmarc_xml_parse':
opendmarc_xml.c:581:2: warning: ignoring return value of 'fread', declared 
with attribute warn_unused_result [-Wunused-result]

test_dmarc_parse.c:2:0: warning: "OPENDMARC_POLICY_C" redefined [enabled by 
default]
In file included from test_dmarc_parse.c:1:0:
../opendmarc_internal.h:164:0: note: this is the location of the previous 
definition

test_xml_parse.c: In function 'main':
test_xml_parse.c:26:3: warning: ignoring return value of 'chdir', declared 
with attribute warn_unused_result [-Wunused-result]

The last two have multiple occurences.  

Scott K



More information about the opendmarc-dev mailing list