1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Revert "Improve HTML fuzzer stability"

This reverts commit de1b51eddc.
This commit is contained in:
Nick Wellnhofer
2021-02-22 17:31:05 +01:00
parent 0987001c1b
commit 0fb3ae5840
2 changed files with 0 additions and 6 deletions

View File

@ -1324,10 +1324,6 @@ htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag)
int i, indx;
const char **closed = NULL;
/*
* FIXME: This is not thread-safe and should be called from
* xmlInitParser instead.
*/
if (htmlStartCloseIndexinitialized == 0)
htmlInitAutoClose();