summaryrefslogtreecommitdiff
path: root/mail/libspf2/patches/patch-src_include_spf__log.h
AgeCommit message (Collapse)AuthorFilesLines
2022-04-02libspf2-1.2.11 fromspz1-6/+6
https://github.com/shevek/libspf2/commit/c37b7c13c30e225183899364b9f2efdfa85552ef fixes CVE-2021-33912, CVE-2021-33913 and CVE-2021-33914
2012-12-22Using __VA_ARGS__ and expecting the compiler to magically remove thejoerg1-0/+21
initial comma when it expands to empty is a GCC extension. Avoid it.