diff --git a/src/xml/qxml.h b/src/xml/qxml.h index 6d0bee8..dda718e 100644 --- a/src/xml/qxml.h +++ b/src/xml/qxml.h @@ -311,7 +311,7 @@ private: // for the DTD currently being parsed. static const uint dtdRecursionLimit = 2U; // The maximum amount of characters an entity value may contain, after expansion. - static const uint entityCharacterLimit = 65536U; + static const uint entityCharacterLimit = 4096U; const QString &string(); void stringClear();