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

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