From: Paul Date: Wed, 25 Sep 2019 07:31:55 +0000 (+0100) Subject: fix crash caused by incomplete commit 47e9a6a807ab30baae05f4557f82d63c70108a59 X-Git-Tag: 3.17.5~68 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=2d8f4930a3500158ae278b86a2373052457a4362 fix crash caused by incomplete commit 47e9a6a807ab30baae05f4557f82d63c70108a59 --- diff --git a/src/summaryview.c b/src/summaryview.c index c7a83578f..40cbe14ed 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -3419,7 +3419,7 @@ static inline void summary_set_header(SummaryView *summaryview, gchar *text[], static gchar date_modified[80]; static gchar col_score[11]; static gchar from_buf[BUFFSIZE], to_buf[BUFFSIZE]; - static gchar tmp1[BUFFSIZE], tmp2[BUFFSIZE], tmp3[BUFFSIZE]; + static gchar tmp1[BUFFSIZE], tmp2[BUFFSIZE+4], tmp3[BUFFSIZE]; gint *col_pos = summaryview->col_pos; gchar *from_text = NULL, *to_text = NULL, *tags_text = NULL; gboolean should_swap = FALSE;