1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-04-11 12:10:01 +02:00
Files
u-boot-megous/lib
Heinrich Schuchardt 28cef9ca2e fs: fat: create correct short names
The current function set_name() used to create short names has the
following deficiencies resolved by this patch:

* Long names (e.g. FOO.TXT) are stored even if a short name is enough.
* Short names with spaces are created, e.g. "A     ~1.TXT".
* Short names with illegal characters are created, e.g. "FOO++BAR".
* Debug output does not not consider that the short file name has no
  concluding '\0'.

The solution for the following bug is split of into a separate patch:

* Short file names must be unique.

This patch only provides the loop over possible short file names.

Fixes: c30a15e590 ("FAT: Add FAT write feature")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-12-10 09:14:58 +01:00
..
2020-10-30 10:56:11 -04:00
2020-12-10 09:14:58 +01:00
2020-11-05 14:58:45 +08:00
2020-11-05 14:58:45 +08:00
2020-10-14 11:16:34 -04:00
2020-10-27 21:13:15 +01:00