From 3cd66b61ca03cca46742d04a0d326b40bea16872 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 21:54:08 +0000 Subject: Apply patch meanwhile-format-security-fix.patch patch_name: meanwhile-format-security-fix.patch present_in_specfile: true --- diff --git a/src/mw_debug.c b/src/mw_debug.c index d22d287..f86b6b5 100644 --- a/src/mw_debug.c +++ b/src/mw_debug.c @@ -92,7 +92,7 @@ void mw_debug_datav(const guchar *buf, gsize len, } pretty_print(str, buf, len); - g_debug(str->str); + g_debug("%s", str->str); g_string_free(str, TRUE); } @@ -149,7 +149,7 @@ void mw_mailme_datav(const guchar *buf, gsize len, g_string_append(str, MW_MAILME_CUT_STOP); - g_debug(str->str); + g_debug("%s", str->str); g_string_free(str, TRUE); #else