File bnc600469.diff of Package kdelibs3
--- khtml/html/htmltokenizer.cpp 2009/07/25 08:53:07 1002161
+++ khtml/html/htmltokenizer.cpp 2009/07/25 09:02:54 1002162
@@ -1038,7 +1038,7 @@
#ifdef TOKEN_DEBUG
kDebug( 6036 ) << "unknown entity!";
#endif
- checkBuffer(10);
+ checkBuffer(11);
// ignore the sequence, add it to the buffer as plaintext
*dest++ = '&';
for(unsigned int i = 0; i < cBufferPos; i++)