Skip to content
Commit 041f0af3 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

fs: fat: structure for name and extension



The short name and extension of FAT files are stored in adjacent fields of
the directory entry. For some operations like calculating a checksum or
copying both fields it is preferable to treat both as one structure.

Change the definition of the directory entry structure to include a
structure comprising the name and the extension field.

This resolves Coverity CID 316357, CID 316350, CID 316348.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent e97eb638
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment