summaryrefslogtreecommitdiffstats
path: root/source/l/qt/patches/qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/l/qt/patches/qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch (renamed from source/l/qt/qt.QTBUG-35459.diff)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/qt/qt.QTBUG-35459.diff b/source/l/qt/patches/qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
index dede8324d..5ca91145e 100644
--- a/source/l/qt/qt.QTBUG-35459.diff
+++ b/source/l/qt/patches/qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
@@ -6,7 +6,7 @@ diff -ur qt-everywhere-opensource-src-4.8.5-CVE-2013-4549/src/xml/sax/qxml.cpp q
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 = 65536;
++ static const int entityCharacterLimit = 4096;
const QString &string();
void stringClear();