mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 05:13:18 +00:00
scoutfs-utils: zero minor variable in parse_walk_entry()
Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
@@ -26,7 +26,7 @@ static int parse_walk_entry(struct scoutfs_ioctl_walk_inodes_entry *ent,
|
||||
char *endptr;
|
||||
char *c;
|
||||
u64 ull;
|
||||
u64 minor;
|
||||
u64 minor = 0;
|
||||
u64 *val;
|
||||
|
||||
memset(ent, 0, sizeof(*ent));
|
||||
|
||||
Reference in New Issue
Block a user