commit | d6153f1b90f7807d138c349bee44be651a8ce90c | [log] [tgz] |
---|---|---|
author | Patrick Wildt <patrick@blueri.se> | Mon Nov 26 15:58:13 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 06 23:26:31 2018 -0500 |
tree | 50f380576eabd45be9304c61fe2e6fe0bcb7d9f0 | |
parent | 1d614b9b40a4dc987740ff129270217d900b9d75 [diff] |
fs: fix FAT name extraction The long name apparently can be accumulated using multiple 13-byte slots. Unfortunately we never checked how many we can actually fit in the buffer we are reading to. Signed-off-by: Patrick Wildt <patrick@blueri.se>