[Commits] [SCM] claws branch, master, updated. 3.13.2-92-g57e0b0d

Colin colin at claws-mail.org
Mon Mar 28 00:00:58 CEST 2016


The branch, master has been updated
       via  57e0b0d5d8b901d82155af0a313ba7ab94b52173 (commit)
       via  bfd8acbc1190673497931d5ccbcbc736ceb87905 (commit)
      from  b2654a1bf49a82b223fe8a608d0ad2b1c03481e6 (commit)

Summary of changes:
 src/prefs_gtk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 57e0b0d5d8b901d82155af0a313ba7ab94b52173
Merge: bfd8acb b2654a1
Author: Colin Leroy <colin at colino.net>
Date:   Mon Mar 28 00:00:41 2016 +0200

    Merge branch 'master' of ssh://git.claws-mail.org/home/git/claws


commit bfd8acbc1190673497931d5ccbcbc736ceb87905
Author: Colin Leroy <colin at colino.net>
Date:   Thu Mar 3 21:14:59 2016 +0100

    Fix unitialised access

diff --git a/src/prefs_gtk.c b/src/prefs_gtk.c
index 2fce2f4..ccab0a3 100644
--- a/src/prefs_gtk.c
+++ b/src/prefs_gtk.c
@@ -319,7 +319,7 @@ void prefs_write_config(PrefParam *param, const gchar *label,
 gint prefs_write_param(PrefParam *param, FILE *fp)
 {
 	gint i;
-	gchar buf[PREFSBUFSIZE];
+	gchar buf[PREFSBUFSIZE] = "";
 
 	for (i = 0; param[i].name != NULL; i++) {
 		switch (param[i].type) {

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list