[Commits] [SCM] claws branch, master, updated. 3.16.0-198-gdd695bc
wwp at claws-mail.org
wwp at claws-mail.org
Mon Jun 11 09:33:28 CEST 2018
The branch, master has been updated
via dd695bc0f07ea16f653a3684df6c9668d3828c56 (commit)
from a6d7f318ac05f98e4905aec1d189145faaa73c9c (commit)
Summary of changes:
src/filtering.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit dd695bc0f07ea16f653a3684df6c9668d3828c56
Author: wwp <wwp at free.fr>
Date: Mon Jun 11 09:32:50 2018 +0200
Fix use of uninitialized pointer, CID#1436911.
diff --git a/src/filtering.c b/src/filtering.c
index d0f0e83..9a3cd95 100644
--- a/src/filtering.c
+++ b/src/filtering.c
@@ -473,8 +473,8 @@ static gboolean filteringaction_apply(FilteringAction * action, MsgInfo * info)
AddressBookFile *abf = NULL;
ItemFolder *folder = NULL;
#endif
- gchar *buf;
- Header *header;
+ gchar *buf = NULL;
+ Header *header = NULL;
gint errors = 0;
#ifndef USE_ALT_ADDRBOOK
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list