summaryrefslogtreecommitdiff
path: root/libre/kdebase-runtime/CVE-2014-8600.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-24 22:53:58 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-24 22:53:58 -0200
commit549d8a266732f0f74ac11833d8f43e9537ed5c72 (patch)
tree9d0bb84935fd7a4d43066d4f4ade4aae525a4d83 /libre/kdebase-runtime/CVE-2014-8600.patch
parent6407d86c17d350489b151c95e6839aa21495c1ff (diff)
kde packages: updating to 4.14.3 version
Diffstat (limited to 'libre/kdebase-runtime/CVE-2014-8600.patch')
-rw-r--r--libre/kdebase-runtime/CVE-2014-8600.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/libre/kdebase-runtime/CVE-2014-8600.patch b/libre/kdebase-runtime/CVE-2014-8600.patch
new file mode 100644
index 000000000..82a854c05
--- /dev/null
+++ b/libre/kdebase-runtime/CVE-2014-8600.patch
@@ -0,0 +1,20 @@
+--- 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();
+ }
+