talons

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

commit 7a307732af407bfdcd37c0fd78bae28327f38eef
parent 54a6490bf8b78b34de8b124261247e21875cf83a
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; }