trusteddomainproject / OpenDMARC

This is the Trusted Domain Project's impementation of the DMARC protocol libary and mail filter, called OpenDMARC. A "milter" connects to unix-based mailers (originally, sendmail, but now many) and provides a standard filtering API.
Other
98 stars 52 forks source link

Memory leaks when parsing ARC headers #241

Open KIC-8462852 opened 1 year ago

KIC-8462852 commented 1 year ago

Hi, There are two potential memory leaks when parsing ARC-Authentication-Results and ARC-Seal header fields. This patch fixes these memory leaks. Thx. opendmarc.patch.txt