We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94c34d commit eebcadcCopy full SHA for eebcadc
daemons/execd/remoted_pidone.c
@@ -159,7 +159,6 @@ load_env_var_line(const char *line)
159
* value after stripping the trailing comment and processing quotes and
160
* backslashes.
161
*/
162
- // coverity[tainted_string] Can't easily be changed right now
163
setenv(name, ((argc == 1)? argv[0] : ""), 0);
164
165
done:
0 commit comments