[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-285-ga6e473fd6
wwp at claws-mail.org
wwp at claws-mail.org
Fri Oct 1 08:24:21 CEST 2021
The branch, gtk3 has been updated
via a6e473fd6455d949176495d5370d4858caebeb2e (commit)
from d3e24af7f789675f234092e807c6f04adde67ee0 (commit)
Summary of changes:
src/common/utils.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit a6e473fd6455d949176495d5370d4858caebeb2e
Author: wwp <subscript at free.fr>
Date: Fri Oct 1 08:23:35 2021 +0200
Fix CID 1492306: use after free.
diff --git a/src/common/utils.c b/src/common/utils.c
index da705a147..0631f2afe 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -1540,7 +1540,6 @@ gint scan_mailto_url(const gchar *mailto, gchar **from, gchar **to, gchar **cc,
g_print("Refusing to attach '%s', potential private data leak\n",
tmp);
g_free(tmp);
- g_free(my_att);
tmp = NULL;
break;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list