]> git.pld-linux.org Git - packages/qt4.git/blob - qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
- exceptions are used in some parts, rel 44
[packages/qt4.git] / qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
1 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
2 --- qt-everywhere-opensource-src-4.8.5-CVE-2013-4549/src/xml/sax/qxml.cpp       2013-12-05 19:23:33.000000000 +0100
3 +++ qt-everywhere-opensource-src-4.8.5-QTBUG-35459/src/xml/sax/qxml.cpp 2014-01-13 20:13:59.000000000 +0100
4 @@ -428,7 +428,7 @@
5      // for the DTD currently being parsed.
6      static const int dtdRecursionLimit = 2;
7      // The maximum amount of characters an entity value may contain, after expansion.
8 -    static const int entityCharacterLimit = 1024;
9 +    static const int entityCharacterLimit = 65536;
10  
11      const QString &string();
12      void stringClear();
This page took 0.072698 seconds and 3 git commands to generate.