Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
expat.26155
expat-CVE-2018-20843.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File expat-CVE-2018-20843.patch of Package expat.26155
From 11f8838bf99ea0a6f0b76f9760c43704d00c4ff6 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping <sebastian@pipping.org> Date: Wed, 12 Jun 2019 15:42:22 +0200 Subject: [PATCH] xmlparse.c: Fix extraction of namespace prefix from XML name (#186) --- expat/lib/xmlparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: expat-2.2.5/lib/xmlparse.c =================================================================== --- expat-2.2.5.orig/lib/xmlparse.c +++ expat-2.2.5/lib/xmlparse.c @@ -6057,7 +6057,7 @@ setElementTypePrefix(XML_Parser parser, else poolDiscard(&dtd->pool); elementType->prefix = prefix; - + break; } } return 1;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor