talons

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

commit dd695bc0f07ea16f653a3684df6c9668d3828c56
parent a6d7f318ac05f98e4905aec1d189145faaa73c9c
Author: wwp <wwp@free.fr>
Date:   Mon, 11 Jun 2018 09:32:50 +0200

Fix use of uninitialized pointer, CID#1436911.

Diffstat:
Msrc/filtering.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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