getenv does not return tainted data in the boot loader. Attempt to
clue Coverity into that fact. Sponsored by: Netflix
This commit is contained in:
parent
4baa8d7ebd
commit
e77c9f0c3d
@ -138,6 +138,7 @@ env_setenv(const char *name, int flags, const void *value,
|
||||
return(0);
|
||||
}
|
||||
|
||||
/* coverity[ -tainted_string_return_content ] */
|
||||
char *
|
||||
getenv(const char *name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user