[Commits] [SCM] claws branch, master, updated. 3.17.3-156-g9cdf381
ticho at claws-mail.org
ticho at claws-mail.org
Wed Apr 24 07:58:30 CEST 2019
The branch, master has been updated
via 9cdf381a9a7bfefde0957531a2972b3e05ba0947 (commit)
from 18bd82c8d833626d0edf033c9b313cfe7efe9a6e (commit)
Summary of changes:
src/plugins/rssyl/rssyl_update_feed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 9cdf381a9a7bfefde0957531a2972b3e05ba0947
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Apr 24 07:57:47 2019 +0200
Fix a blatant textbook case of use-after-free in rssyl_update_feed()
diff --git a/src/plugins/rssyl/rssyl_update_feed.c b/src/plugins/rssyl/rssyl_update_feed.c
index e0ad115..31b4228 100644
--- a/src/plugins/rssyl/rssyl_update_feed.c
+++ b/src/plugins/rssyl/rssyl_update_feed.c
@@ -256,7 +256,7 @@ gboolean rssyl_update_feed(RFolderItem *ritem, RSSylVerboseFlags verbose)
g_free(ctx->error);
g_free(ctx);
STATUSBAR_POP(mainwin);
- return ctx->success;
+ return FALSE;
}
rssyl_deleted_update(ritem);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list