Blame SOURCES/qtbase-opensource-src-5.6.2-QTBUG-35459.patch

86b2c0
diff -up qtbase-opensource-src-5.6.2/src/xml/sax/qxml_p.h.QTBUG-35459 qtbase-opensource-src-5.6.2/src/xml/sax/qxml_p.h
86b2c0
--- qtbase-opensource-src-5.6.2/src/xml/sax/qxml_p.h.QTBUG-35459	2016-09-16 00:49:42.000000000 -0500
86b2c0
+++ qtbase-opensource-src-5.6.2/src/xml/sax/qxml_p.h	2016-10-16 08:40:04.441725330 -0500
86b2c0
@@ -217,7 +217,7 @@ private:
86b2c0
     // for the DTD currently being parsed.
86b2c0
     static const int dtdRecursionLimit = 2;
86b2c0
     // The maximum amount of characters an entity value may contain, after expansion.
86b2c0
-    static const int entityCharacterLimit = 1024;
86b2c0
+    static const int entityCharacterLimit = 65536;
86b2c0
 
86b2c0
     const QString &string();
86b2c0
     void stringClear();