[Commits] [SCM] claws branch, master, updated. 4.3.1-43-gc034ce109

wwp at claws-mail.org wwp at claws-mail.org
Mon Mar 10 13:05:19 UTC 2025


The branch, master has been updated
       via  c034ce1095039fcf204a804e31d67384229c992e (commit)
      from  1b8275f0bfef1f408c80b79dcc9a838b9f34c2c5 (commit)

Summary of changes:
 src/quote_fmt_parse.y | 1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit c034ce1095039fcf204a804e31d67384229c992e
Author: wwp <subscript at free.fr>
Date:   Mon Mar 10 14:04:30 2025 +0100

    Fix CID 1498799 Uninitialized scalar variable.

diff --git a/src/quote_fmt_parse.y b/src/quote_fmt_parse.y
index 225a7578e..5914dad0c 100644
--- a/src/quote_fmt_parse.y
+++ b/src/quote_fmt_parse.y
@@ -303,6 +303,7 @@ static void quote_fmt_show_date(const MsgInfo *msginfo, const gchar *format)
 #define RLEFT (sizeof result) - (rptr - result)	
 
 	zone[0] = 0;
+    result[0] = '\0';
 
 	if (procheader_date_parse_to_tm(msginfo->date, &lt, zone)) {
 		/*

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list