fs: fat: directory entries starting with 0x05
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 21 Nov 2020 11:34:20 +0000 (12:34 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 29 Nov 2020 04:18:16 +0000 (05:18 +0100)
commita2c5a92d4865cea53de8a9297a4f4d115e6ac3b6
tree84e0ed19cd487b1cfb0001baccb648d5aaf8c22a
parent661d2238688c25f676aa18a7f866ff1cd285ff3d
fs: fat: directory entries starting with 0x05

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 <xypron.glpk@gmx.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
fs/fat/fat.c