document coverity#706181 Use of untrusted string value
Change-Id: If8c80568175b3a5380ee78dda5ebd161c5dba2f6
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user