* grub-core/commands/wildcard.c (wildcard_expand): Set default return
value rather than let it uninited.
This commit is contained in:
parent
f4d5820f28
commit
9068fdcf0b
2 changed files with 6 additions and 0 deletions
|
@ -475,6 +475,7 @@ wildcard_expand (const char *s, char ***strs)
|
|||
unsigned i;
|
||||
regex_t regexp;
|
||||
|
||||
*strs = 0;
|
||||
if (s[0] != '/' && s[0] != '(' && s[0] != '*')
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue