[evolution] I#284 - Busy loop on print of an HTML message with javascript code



commit b2949ea2fed1849c7e8d6420f20e3e07f21e92a1
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jan 21 18:58:30 2019 +0100

    I#284 - Busy loop on print of an HTML message with javascript code
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/284

 src/em-format/e-mail-formatter-text-html.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/em-format/e-mail-formatter-text-html.c b/src/em-format/e-mail-formatter-text-html.c
index 1afcf15882..8928c41811 100644
--- a/src/em-format/e-mail-formatter-text-html.c
+++ b/src/em-format/e-mail-formatter-text-html.c
@@ -225,6 +225,7 @@ emfe_text_html_format (EMailFormatterExtension *extension,
                                gunichar c = g_utf8_get_char (tag);
                                if (!g_unichar_isspace (c))
                                        break;
+                               pos = tag;
                        }
 
                        if (g_ascii_strncasecmp (tag, "style", 5) == 0) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]