You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
792 B
13 lines
792 B
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 |
|
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 |
|
--- qtbase-opensource-src-5.3.2/src/xml/sax/qxml_p.h.QTBUG-35459 2014-09-11 05:48:05.000000000 -0500 |
|
+++ qtbase-opensource-src-5.3.2/src/xml/sax/qxml_p.h 2014-09-16 09:35:01.189255615 -0500 |
|
@@ -223,7 +223,7 @@ private: |
|
// for the DTD currently being parsed. |
|
static const int dtdRecursionLimit = 2; |
|
// The maximum amount of characters an entity value may contain, after expansion. |
|
- static const int entityCharacterLimit = 1024; |
|
+ static const int entityCharacterLimit = 4096; |
|
|
|
const QString &string(); |
|
void stringClear();
|
|
|