Rex Dieter 12f8210
diff -up qtbase-opensource-src-5.3.2/src/xml/sax/qxml.cpp.QTBUG-35459 qtbase-opensource-src-5.3.2/src/xml/sax/qxml.cpp
Rex Dieter 12f8210
diff -up qtbase-opensource-src-5.3.2/src/xml/sax/qxml_p.h.QTBUG-35459 qtbase-opensource-src-5.3.2/src/xml/sax/qxml_p.h
Rex Dieter 12f8210
--- qtbase-opensource-src-5.3.2/src/xml/sax/qxml_p.h.QTBUG-35459	2014-09-11 05:48:05.000000000 -0500
Rex Dieter 12f8210
+++ qtbase-opensource-src-5.3.2/src/xml/sax/qxml_p.h	2014-09-16 09:35:01.189255615 -0500
Rex Dieter 12f8210
@@ -223,7 +223,7 @@ private:
Kevin Kofler 8c475d4
     // for the DTD currently being parsed.
Kevin Kofler 8c475d4
     static const int dtdRecursionLimit = 2;
Kevin Kofler 8c475d4
     // The maximum amount of characters an entity value may contain, after expansion.
Kevin Kofler 8c475d4
-    static const int entityCharacterLimit = 1024;
4c4bc81
+    static const int entityCharacterLimit = 4096;
Kevin Kofler 8c475d4
 
Kevin Kofler 8c475d4
     const QString &string();
Kevin Kofler 8c475d4
     void stringClear();