forked from trusteddomainproject/OpenDMARC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More fixes to the internal SPF implementation:
* In opendmarc_spf_reverse(), fix a typo that caused the string to be flipped on the wrong delimiter (i.e., not flipped at all), which fixes the "ptr" mechanism's subdomain testing. * In opendmarc_spf_dns_lookup_a(), handle the return values of the lookup functions appropriately. This plugs a memory leak and resolves some false negatives.
- Loading branch information
Murray S. Kucherawy
committed
Apr 15, 2021
1 parent
5ed1d6e
commit 2cdffd3
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters