diff options
Diffstat (limited to 'opensuse/tdelibs/kdelibs-3.5.10-cve-2009-1725.patch')
-rw-r--r-- | opensuse/tdelibs/kdelibs-3.5.10-cve-2009-1725.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/opensuse/tdelibs/kdelibs-3.5.10-cve-2009-1725.patch b/opensuse/tdelibs/kdelibs-3.5.10-cve-2009-1725.patch deleted file mode 100644 index ee8fdbc3f..000000000 --- a/opensuse/tdelibs/kdelibs-3.5.10-cve-2009-1725.patch +++ /dev/null @@ -1,13 +0,0 @@ -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++) |