[Commits] [SCM] claws branch, master, updated. 3.18.0-232-g3ba77c4ef
wwp at claws-mail.org
wwp at claws-mail.org
Mon Oct 4 10:13:19 CEST 2021
The branch, master has been updated
via 3ba77c4ef28c35a9f331606c7f531f4cf94e39c6 (commit)
from b910bfe858bab51334a6d623580383ec685324ee (commit)
Summary of changes:
src/plugins/spamassassin/libspamc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3ba77c4ef28c35a9f331606c7f531f4cf94e39c6
Author: wwp <subscript at free.fr>
Date: Mon Oct 4 10:12:36 2021 +0200
Fix CID 1491198: wrong printf argument type.
diff --git a/src/plugins/spamassassin/libspamc.c b/src/plugins/spamassassin/libspamc.c
index 5f9836b9a..47b8c0c2c 100644
--- a/src/plugins/spamassassin/libspamc.c
+++ b/src/plugins/spamassassin/libspamc.c
@@ -919,7 +919,7 @@ _spamc_read_full_line(struct message *m, int flags, SSL * ssl, int sock,
}
}
- libspamc_log(flags, LOG_ERR, "spamd responded with line of %d bytes, dying", len);
+ libspamc_log(flags, LOG_ERR, "spamd responded with line of %lu bytes, dying", len);
failureval = EX_TOOBIG;
failure:
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list