document coverity#706181 Use of untrusted string value

Change-Id: If8c80568175b3a5380ee78dda5ebd161c5dba2f6
This commit is contained in:
Caolán McNamara
2014-11-17 11:30:38 +00:00
parent 60b3d8119c
commit 5208856b3b

View File

@@ -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 );