[PATCH] fs: fat: directory entries starting with 0x05
Simon Glass
sjg at chromium.org
Mon Nov 23 02:28:35 CET 2020
On Sat, 21 Nov 2020 at 05:22, Heinrich Schuchardt <xypron.glpk at gmx.de> 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 <xypron.glpk at gmx.de>
> ---
> fs/fat/fat.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list