[Commits] [SCM] claws branch, master, updated. 3.13.2-118-gc3345bc

ticho at claws-mail.org ticho at claws-mail.org
Sat Apr 9 18:07:50 CEST 2016


The branch, master has been updated
       via  c3345bcdef2c9b903260e806573b622f209ed5b6 (commit)
      from  8d59235e93965971d61375baa4a35a86a16e99a3 (commit)

Summary of changes:
 src/plugins/rssyl/rssyl_feed_props.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit c3345bcdef2c9b903260e806573b622f209ed5b6
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Apr 9 18:06:26 2016 +0200

    Prevent an unlikely crash during RSSyl feed properties save.
    
    This is just to shut Coverity up, I don't think it could
    ever crash this way.

diff --git a/src/plugins/rssyl/rssyl_feed_props.c b/src/plugins/rssyl/rssyl_feed_props.c
index ac29f24..30dd9e9 100644
--- a/src/plugins/rssyl/rssyl_feed_props.c
+++ b/src/plugins/rssyl/rssyl_feed_props.c
@@ -49,6 +49,7 @@ static void rssyl_gtk_prop_store(RFolderItem *ritem)
 
 	g_return_if_fail(ritem != NULL);
 	g_return_if_fail(ritem->feedprop != NULL);
+	g_return_if_fail(ritem->url != NULL);
 
 	url = (gchar *)gtk_entry_get_text(GTK_ENTRY(ritem->feedprop->url));
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list