[Commits] [SCM] claws branch, master, updated. 3.17.3-116-gd43c011

miras at claws-mail.org miras at claws-mail.org
Tue Mar 5 00:13:26 CET 2019


The branch, master has been updated
       via  d43c0116bfdc8c3a511e5b638c2bd1908cfa9833 (commit)
       via  6a4233c79551d9ac2f4f19f53cfacbe4a28093d7 (commit)
      from  d54fdc5d8705110a9046f72abcce25f5b613d06b (commit)

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


- Log -----------------------------------------------------------------
commit d43c0116bfdc8c3a511e5b638c2bd1908cfa9833
Merge: 6a4233c d54fdc5
Author: Michael Rasmussen <mir at datanom.net>
Date:   Tue Mar 5 00:12:46 2019 +0100

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


commit 6a4233c79551d9ac2f4f19f53cfacbe4a28093d7
Author: Michael Rasmussen <mir at datanom.net>
Date:   Tue Mar 5 00:12:33 2019 +0100

    Fix possible segmentation fault
    
    Signed-off-by: Michael Rasmussen <mir at datanom.net>

diff --git a/src/etpan/imap-thread.c b/src/etpan/imap-thread.c
index be5678c..b68e303 100644
--- a/src/etpan/imap-thread.c
+++ b/src/etpan/imap-thread.c
@@ -3554,7 +3554,7 @@ void imap_threaded_cancel(Folder * folder)
 	mailimap * imap;
 	
 	imap = get_imap(folder);
-	if (imap->imap_stream != NULL)
+	if (imap && imap->imap_stream != NULL)
 		mailstream_cancel(imap->imap_stream);
 }
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list