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:
Warner Losh 2018-01-23 18:01:36 +00:00
parent 4baa8d7ebd
commit e77c9f0c3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328291

View File

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