From 7d9aaa583a9dd94e1d59dda8e868ec46b94f0e5e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 21:13:57 +0000 Subject: Apply patch libxml2-2.9.7-CVE-2019-20388.patch patch_name: libxml2-2.9.7-CVE-2019-20388.patch present_in_specfile: true location_in_specfile: 10 --- diff --git a/xmlschemas.c b/xmlschemas.c index 05a12e0..df26869 100644 --- a/xmlschemas.c +++ b/xmlschemas.c @@ -28080,7 +28080,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;