summaryrefslogtreecommitdiff
path: root/HTMLparser.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2021-02-22 17:31:05 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2021-02-22 17:31:05 +0100
commit0fb3ae584085ce56bedbe2c5e7359f1ed9da238e (patch)
tree901a85b1c9c8b22516c59db43f95fdfb8ab45e16 /HTMLparser.c
parent0987001c1be6a1ebc8f7927d81097a0ed509958a (diff)
downloadlibxml2-0fb3ae584085ce56bedbe2c5e7359f1ed9da238e.tar.gz
Revert "Improve HTML fuzzer stability"
This reverts commit de1b51eddcc17fd7ed1bbcc6d5d7d529407dfbe2.
Diffstat (limited to 'HTMLparser.c')
-rw-r--r--HTMLparser.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/HTMLparser.c b/HTMLparser.c
index a795757c..c9a64c78 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -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();