commit | b36d5464aa446564a0026267403264a8308b94a8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 30 11:08:21 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Feb 03 11:10:37 2021 +0100 |
tree | fcfa34c23e7fd070399577e1b775c711104bb874 | |
parent | 502cb8992cdf2c6c367abf922622964ef704c1d2 [diff] |
fs: fat: must not write directory '.' and '..' Directories or files called '.' or '..' cannot be created or written to in any directory. Move the test to normalize_longname() to check this early. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>