Kaydet (Commit) 1952cd4f authored tarafından Michael Stahl's avatar Michael Stahl

coverity#1267683: vcl: try to suppress a silly one

Change-Id: Idcd0cc761121dd356e307003441f56c239efd4f1
üst f58769c8
...@@ -180,6 +180,7 @@ void KDEXLib::Init() ...@@ -180,6 +180,7 @@ void KDEXLib::Init()
m_pApplication = new VCLKDEApplication(); m_pApplication = new VCLKDEApplication();
if( session_manager != NULL ) if( session_manager != NULL )
{ {
// coverity[tainted_string] - trusted source for setenv
setenv( "SESSION_MANAGER", session_manager, 1 ); setenv( "SESSION_MANAGER", session_manager, 1 );
free( session_manager ); free( session_manager );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment