efi_loader: DEL is an illegal file name character
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 24 May 2019 05:19:18 +0000 (07:19 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 24 May 2019 16:58:13 +0000 (18:58 +0200)
commit2d51bd2926955f2781d7889720cbe64c2c93531c
treec42556eb7e79d18953124a16adb538733e7af13c
parent1f1075c6e385a746d58d2ca0cd2f2f9dde1c2f5d
efi_loader: DEL is an illegal file name character

According to the FAT32 specification 0x7f (DEL) is not a legal character
for file names.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_unicode_collation.c