]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs: fat: correct file name normalization
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 07:59:18 +0000 (09:59 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 28 May 2019 17:57:52 +0000 (13:57 -0400)
commit7b437807ee0a051f46d329e868e0295299026b75
tree54c02dd9283899748a6b65470cfeb30c3b078ece
parent7c7919cd07b34a784ab321ab7578106c9e9bd753
fs: fat: correct file name normalization

File names may not contain control characters (< 0x20).
Simplify the coding.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fat/fat_write.c