Fix security issue CVE-2016-10040

[taken from RedHat Qt3 patches]

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 6 years ago
parent a889f43469
commit 878533ff2c

@ -311,7 +311,7 @@ private:
// for the DTD currently being parsed. // for the DTD currently being parsed.
static const uint dtdRecursionLimit = 2U; static const uint dtdRecursionLimit = 2U;
// The maximum amount of characters an entity value may contain, after expansion. // The maximum amount of characters an entity value may contain, after expansion.
static const uint entityCharacterLimit = 65536U; static const uint entityCharacterLimit = 4096U;
const TQString &string(); const TQString &string();
void stringClear(); void stringClear();

Loading…
Cancel
Save