Unitialized variables should be handled in the gcc-uninit topic branch.
This commit is contained in:
parent
f1d99c0653
commit
a19906fe65
|
@ -1560,7 +1560,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
|
|||
{
|
||||
nvpair_t *nvp;
|
||||
const char *np;
|
||||
char *sepp = NULL;
|
||||
char *sepp;
|
||||
char *idxp, *idxep;
|
||||
nvlist_t **nva;
|
||||
long idx;
|
||||
|
|
Loading…
Reference in New Issue