diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-17 00:00:34 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-17 00:00:34 +0000 |
commit | dafa0ff58975f1b8eacda058b838205164afec4c (patch) | |
tree | b6a8fa6d4abb0f5e5ef9c204bfc9422b0e91aab6 /user/qt5-qtbase/CVE-2020-0569.patch | |
parent | d5f26b5bf56bb6765a31c1a3278822a8c86156e5 (diff) | |
download | packages-dafa0ff58975f1b8eacda058b838205164afec4c.tar.gz packages-dafa0ff58975f1b8eacda058b838205164afec4c.tar.bz2 packages-dafa0ff58975f1b8eacda058b838205164afec4c.tar.xz packages-dafa0ff58975f1b8eacda058b838205164afec4c.zip |
user/qt5: Update to 5.12.9
Diffstat (limited to 'user/qt5-qtbase/CVE-2020-0569.patch')
-rw-r--r-- | user/qt5-qtbase/CVE-2020-0569.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/user/qt5-qtbase/CVE-2020-0569.patch b/user/qt5-qtbase/CVE-2020-0569.patch deleted file mode 100644 index fa0efdce3..000000000 --- a/user/qt5-qtbase/CVE-2020-0569.patch +++ /dev/null @@ -1,29 +0,0 @@ -From bf131e8d2181b3404f5293546ed390999f760404 Mon Sep 17 00:00:00 2001 -From: Olivier Goffart <ogoffart@woboq.com> -Date: Fri, 8 Nov 2019 11:30:40 +0100 -Subject: Do not load plugin from the $PWD - -I see no reason why this would make sense to look for plugins in the current -directory. And when there are plugins there, it may actually be wrong - -Change-Id: I5f5aa168021fedddafce90effde0d5762cd0c4c5 -Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> ---- - src/corelib/plugin/qpluginloader.cpp | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/src/corelib/plugin/qpluginloader.cpp b/src/corelib/plugin/qpluginloader.cpp -index cadff4f32b..c2443dbdda 100644 ---- a/src/corelib/plugin/qpluginloader.cpp -+++ b/src/corelib/plugin/qpluginloader.cpp -@@ -305,7 +305,6 @@ static QString locatePlugin(const QString& fileName) - paths.append(fileName.left(slash)); // don't include the '/' - } else { - paths = QCoreApplication::libraryPaths(); -- paths.prepend(QStringLiteral(".")); // search in current dir first - } - - for (const QString &path : qAsConst(paths)) { --- -cgit v1.2.1 - |