[Commits] [SCM] claws branch, master, updated. 3.18.0-227-g7a307732a
wwp at claws-mail.org
wwp at claws-mail.org
Fri Oct 1 08:24:17 CEST 2021
The branch, master has been updated
via 7a307732af407bfdcd37c0fd78bae28327f38eef (commit)
from 54a6490bf8b78b34de8b124261247e21875cf83a (commit)
Summary of changes:
src/common/utils.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit 7a307732af407bfdcd37c0fd78bae28327f38eef
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