The project "Citadel server, clients, utilities":
The branch, master has been updated via 7ebe1b78441fb7e3c2a612545f9cbc05c30f9854 (commit) from 3d8bdfbe96f773daf43b9541bd0d1bafaf8b06ea (commit) - Log ----------------------------------------------------------------- commit 7ebe1b78441fb7e3c2a612545f9cbc05c30f9854 Author: Art Cancro <a...@citadel.org> Date: Mon Jul 14 23:02:41 2025 -0400 Removed calls to the expression strerror(errno) and used the printf macro %m when possible. The former expression makes multithreaded code crash when running under podman because Red Hat is more interested in social justice than in actually producing code that works. ----------------------------------------------------------------------- Summary of changes: citadel/server/modules/crypto/serv_crypto.c | 4 +-- citadel/server/modules/ctdlproto/serv_file.c | 18 ++++++------ citadel/server/modules/expire/serv_expire.c | 2 +- citadel/server/msgbase.c | 2 +- citadel/utils/chkpw.c | 18 ++++++------ citadel/utils/citmail.c | 6 ++-- citadel/utils/ctdlload.c | 8 +++--- citadel/utils/loadtest.c | 2 +- citadel/utils/sendcommand.c | 6 ++-- citadel/utils/setup.c | 8 ++---- libcitadel/lib/libcitadel.h | 2 +- webcit-ng/server/ctdlclient.c | 4 +-- webcit/crypto.c | 4 +-- webcit/gettext.c | 2 +- webcit/html2html.c | 9 ++---- webcit/msg_renderers.c | 4 +-- webcit/sockets.c | 41 +++++++++++++--------------- webcit/static.c | 14 +++++----- webcit/subst.c | 9 ++---- webcit/sysdep.c | 18 ++++++------ webcit/webserver.c | 6 ++-- 21 files changed, 85 insertions(+), 102 deletions(-) -- Citadel server, clients, utilities