Blame SOURCES/expat-2.2.5-CVE-2018-20843.patch

f31154
f31154
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-20843
f31154
https://github.com/libexpat/libexpat/commit/11f8838bf99ea0a6f0b76f9760c43704d00c4ff6
f31154
f31154
--- libexpat-R_2_2_5/expat/lib/xmlparse.c.cve20843
f31154
+++ libexpat-R_2_2_5/expat/lib/xmlparse.c
f31154
@@ -6057,7 +6057,7 @@ setElementTypePrefix(XML_Parser parser,
f31154
       else
f31154
         poolDiscard(&dtd->pool);
f31154
       elementType->prefix = prefix;
f31154
-
f31154
+      break;
f31154
     }
f31154
   }
f31154
   return 1;