summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-19 19:55:15 -0400
committerPhil Pennock <pdp@exim.org>2012-05-19 19:55:15 -0400
commit81f916832dd855953f614ca86a6e4ad898161564 (patch)
tree9dff9943ad0bd477c8ce136f6380cfcd7356a41a /doc/doc-txt/ChangeLog
parent927bcf888f79506d6567bec6918807668344ae6d (diff)
PRINTF_FUNCTION -> ALMOST_PRINTF.
WANT_DEEPER_PRINTF_CHECKS guards ALMOST_PRINTF being PRINTF_FUNCTION. Fix some actual issues exposed when I cut down on the spam.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 620d87114..21f1ec747 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -129,6 +129,11 @@ PP/29 Fix three issues highlighted by clang analyser static analysis.
PP/30 Another attempt to deal with PCRE_PRERELEASE, this one less buggy.
+PP/31 %D in printf continues to cause issues (-Wformat=security), so for
+ now guard some of the printf checks behind WANT_DEEPER_PRINTF_CHECKS.
+ As part of this, removing so much warning spew let me fix some minor
+ real issues in debug logging.
+
Exim version 4.77
-----------------