Kaydet (Commit) 5208856b authored tarafından Caolán McNamara's avatar Caolán McNamara

document coverity#706181 Use of untrusted string value

Change-Id: If8c80568175b3a5380ee78dda5ebd161c5dba2f6
üst 60b3d811
...@@ -221,6 +221,7 @@ int main( int argc, char *argv[] ) ...@@ -221,6 +221,7 @@ int main( int argc, char *argv[] )
* create the application process; * create the application process;
* if successful, execvp doesn't return to the calling process * if successful, execvp doesn't return to the calling process
*/ */
/* coverity[tainted_string] - createCommandName creates a safe string */
execvp( cmdname, argv ); execvp( cmdname, argv );
fprintf( stderr, "Error: execvp failed!\n" ); fprintf( stderr, "Error: execvp failed!\n" );
fflush( stderr ); fflush( stderr );
......
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