diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /multimedia/kplayer-kde4/files/patch-kplayerproperties.h | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'multimedia/kplayer-kde4/files/patch-kplayerproperties.h')
-rw-r--r-- | multimedia/kplayer-kde4/files/patch-kplayerproperties.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/kplayer-kde4/files/patch-kplayerproperties.h b/multimedia/kplayer-kde4/files/patch-kplayerproperties.h deleted file mode 100644 index c9db6de3e5fe..000000000000 --- a/multimedia/kplayer-kde4/files/patch-kplayerproperties.h +++ /dev/null @@ -1,11 +0,0 @@ ---- kplayer/kplayerproperties.h.orig Sat Oct 16 01:58:03 2004 -+++ kplayer/kplayerproperties.h Sat Oct 16 01:58:43 2004 -@@ -349,7 +349,7 @@ - // Advanced properties - - QString executablePathValue (void) const -- { return m_executable_path.isEmpty() ? "mplayer" : m_executable_path; } -+ { return m_executable_path.isEmpty() ? QString::fromLatin1("mplayer") : m_executable_path; } - void setExecutablePathValue (QString path) - { m_executable_path = path; } - |