summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tdelibs.old/kdelibs-3.5.10-cve-2009-1725.patch
blob: ee8fdbc3fe660edc4cbfedcc22fa899161a16ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: khtml/html/htmltokenizer.cpp
===================================================================
--- khtml/html/htmltokenizer.cpp	(revision 1002163)
+++ khtml/html/htmltokenizer.cpp	(revision 1002164)
@@ -736,7 +736,7 @@
 #ifdef TOKEN_DEBUG
                 kdDebug( 6036 ) << "unknown entity!" << endl;
 #endif
-                checkBuffer(10);
+                checkBuffer(11);
                 // ignore the sequence, add it to the buffer as plaintext
                 *dest++ = '&';
                 for(unsigned int i = 0; i < cBufferPos; i++)