Blame SOURCES/qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch

402b94
diff -ur qt-everywhere-opensource-src-4.8.5-CVE-2013-4549/src/xml/sax/qxml.cpp qt-everywhere-opensource-src-4.8.5-QTBUG-35459/src/xml/sax/qxml.cpp
402b94
--- qt-everywhere-opensource-src-4.8.5-CVE-2013-4549/src/xml/sax/qxml.cpp	2013-12-05 19:23:33.000000000 +0100
402b94
+++ qt-everywhere-opensource-src-4.8.5-QTBUG-35459/src/xml/sax/qxml.cpp	2014-01-13 20:13:59.000000000 +0100
402b94
@@ -428,7 +428,7 @@
402b94
     // for the DTD currently being parsed.
402b94
     static const int dtdRecursionLimit = 2;
402b94
     // The maximum amount of characters an entity value may contain, after expansion.
402b94
-    static const int entityCharacterLimit = 1024;
402b94
+    static const int entityCharacterLimit = 4096;
402b94
 
402b94
     const QString &string();
402b94
     void stringClear();