commit | cfb7c2be205116362f27dbaf320fab26954c60f8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 26 00:04:19 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 29 10:36:48 2021 -0500 |
tree | 97590926545d7b743fc912166c0e68899ecb1089 | |
parent | 9fb7c49c6464456bf882b385cb8feece06a400c9 [diff] |
fs: fat: avoid out of bounds access warning When copying short name plus extension refer to the encapsulating structure and not to the short name element. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>