Skip to content

Commit

Permalink
exfat: fix uninit-value in __exfat_get_dentry_set
Browse files Browse the repository at this point in the history
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Oct 26, 2024
1 parent c4ed09c commit 02945cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ static int exfat_find_empty_entry(struct inode *inode,
if (ei->start_clu == EXFAT_EOF_CLUSTER) {
ei->start_clu = clu.dir;
p_dir->dir = clu.dir;
hint_femp.eidx = 0;
}

/* append to the FAT chain */
Expand Down

0 comments on commit 02945cf

Please sign in to comment.