Magellan Linux

Annotation of /trunk/qt4/patches/qt-4.8.5-CVE-2013-4549.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2473 - (hide annotations) (download)
Wed Jul 2 11:10:52 2014 UTC (9 years, 10 months ago) by niro
File size: 721 byte(s)
-security fix
1 niro 2473 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();