[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-291-g270545657
wwp at claws-mail.org
wwp at claws-mail.org
Mon Oct 4 10:13:25 CEST 2021
The branch, gtk3 has been updated
via 27054565773d4262e45bb8a0b0a2f68283a909bc (commit)
from 36c0dbe2d63c661514fc4b58a809e17b4c5a6578 (commit)
Summary of changes:
src/plugins/spamassassin/libspamc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 27054565773d4262e45bb8a0b0a2f68283a909bc
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