summaryrefslogtreecommitdiff
path: root/libre/kdebase-runtime/CVE-2014-8600.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/kdebase-runtime/CVE-2014-8600.patch')
-rw-r--r--libre/kdebase-runtime/CVE-2014-8600.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/libre/kdebase-runtime/CVE-2014-8600.patch b/libre/kdebase-runtime/CVE-2014-8600.patch
deleted file mode 100644
index 82a854c05..000000000
--- a/libre/kdebase-runtime/CVE-2014-8600.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/kioslave/bookmarks/kio_bookmarks.cpp
-+++ b/kioslave/bookmarks/kio_bookmarks.cpp
-@@ -22,6 +22,7 @@
- #include <stdlib.h>
-
- #include <qregexp.h>
-+#include <qtextdocument.h>
-
- #include <kapplication.h>
- #include <kcmdlineargs.h>
-@@ -197,7 +198,7 @@
- echoImage(regexp.cap(1), regexp.cap(2), url.queryItem("size"));
- } else {
- echoHead();
-- echo("<p class=\"message\">" + i18n("Wrong request: %1",path) + "</p>");
-+ echo("<p class=\"message\">" + i18n("Bad request: %1", Qt::escape(Qt::escape(url.prettyUrl()))) + "</p>");
- }
- finished();
- }
-