summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/source/unoapploader/unx/unoapploader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/source/unoapploader/unx/unoapploader.c b/odk/source/unoapploader/unx/unoapploader.c
index 48e36786b37c..e2b7b0b8eb0a 100644
--- a/odk/source/unoapploader/unx/unoapploader.c
+++ b/odk/source/unoapploader/unx/unoapploader.c
@@ -221,6 +221,7 @@ int main( int argc, char *argv[] )
* create the application process;
* if successful, execvp doesn't return to the calling process
*/
+ /* coverity[tainted_string] - createCommandName creates a safe string */
execvp( cmdname, argv );
fprintf( stderr, "Error: execvp failed!\n" );
fflush( stderr );