talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit c034ce1095039fcf204a804e31d67384229c992e
parent 1b8275f0bfef1f408c80b79dcc9a838b9f34c2c5
Author: wwp <subscript@free.fr>
Date:   Mon, 10 Mar 2025 14:04:30 +0100

Fix CID 1498799 Uninitialized scalar variable.

Diffstat:
Msrc/quote_fmt_parse.y | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)) { /*