aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxml2/CVE-2019-20388.patch
blob: 164b54ba2f1a231ee6dc62dffeb3b032ce899456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/xmlschemas.c b/xmlschemas.c
index 301c84499d4185ca3a760b512daeca8760edaf05..39d92182f51ff723413cb41a0101d97b6647cdee 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -28090,7 +28090,6 @@ xmlSchemaPreRun(xmlSchemaValidCtxtPtr vctxt) {
     vctxt->nberrors = 0;
     vctxt->depth = -1;
     vctxt->skipDepth = -1;
-    vctxt->xsiAssemble = 0;
     vctxt->hasKeyrefs = 0;
 #ifdef ENABLE_IDC_NODE_TABLES_TEST
     vctxt->createIDCNodeTables = 1;