]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix hang.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 23 Jul 2015 12:45:32 +0000 (13:45 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 23 Jul 2015 12:45:32 +0000 (13:45 +0100)
src/libserver/html.c

index e9b7eab18b32306d75caf173c8fa79505c21d09a..2ee8ac1cd3b08ec878fd41f4860b912b6975c219 100644 (file)
@@ -1341,6 +1341,8 @@ rspamd_html_process_img_tag (rspamd_mempool_t *pool, struct html_tag *tag,
                                img->width = val;
                        }
                }
+
+               cur = g_list_next (cur);
        }
 
        if (hc->images == NULL) {