Skip to content

Commit

Permalink
Initialize uncnt to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
APriestman committed Jan 23, 2020
1 parent 0d3db15 commit 4eee7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsk/fs/dcalc_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ tsk_fs_blkcalc(TSK_FS_INFO * fs, TSK_FS_BLKCALC_FLAG_ENUM a_lclflags,
BLKCALC_DATA data;

data.count = a_cnt;
data.uncnt = 0;
data.found = 0;

if (a_lclflags == TSK_FS_BLKCALC_BLKLS) {
Expand Down

0 comments on commit 4eee7bf

Please sign in to comment.