Skip to content

Commit

Permalink
Fixed lfs_dir_fetchmatch not propogating bd errors correctly in one case
Browse files Browse the repository at this point in the history
Found by cbiffle
  • Loading branch information
geky committed Nov 4, 2022
1 parent 40dba4a commit d08f949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,7 @@ static lfs_stag_t lfs_dir_fetchmatch(lfs_t *lfs,
dir->erased = false;
break;
}
return err;
}
lfs_pair_fromle32(temptail);
}
Expand Down

0 comments on commit d08f949

Please sign in to comment.