[Libreoffice-commits] core.git: vcl/unx
Michael Stahl
mstahl at redhat.com
Tue Feb 10 07:24:44 PST 2015
vcl/unx/kde4/KDEXLib.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1952cd4f9385aebbb79e660ebc7d076347c14cca
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Feb 10 16:18:31 2015 +0100
coverity#1267683: vcl: try to suppress a silly one
Change-Id: Idcd0cc761121dd356e307003441f56c239efd4f1
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 0b15fbe..dc64eeb 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -180,6 +180,7 @@ void KDEXLib::Init()
m_pApplication = new VCLKDEApplication();
if( session_manager != NULL )
{
+ // coverity[tainted_string] - trusted source for setenv
setenv( "SESSION_MANAGER", session_manager, 1 );
free( session_manager );
}
More information about the Libreoffice-commits
mailing list