On Sat, 21 Nov 2020 at 05:22, Heinrich Schuchardt <[email protected]> wrote: > > 0x05 is used as replacement letter for 0xe5 at the first position of short > file names. We must not skip over directory entries starting with 0x05. > > Cf. Microsoft FAT Specification, August 30 2005 > > Fixes: 39606d462c97 ("fs: fat: handle deleted directory entries correctly") > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > fs/fat/fat.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

