From 282960059c8a522e0fd22e3aa0adfdcc5c364825 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 21:12:25 +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;