talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a6e473fd6455d949176495d5370d4858caebeb2e
parent d3e24af7f789675f234092e807c6f04adde67ee0
Author: wwp <subscript@free.fr>
Date:   Fri,  1 Oct 2021 08:23:35 +0200

Fix CID 1492306: use after free.

Diffstat:
Msrc/common/utils.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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; }