audk/FatPkg/EnhancedFatDxe
Pierre Gondois 3ee2ceb6fa FatPkg/EnhancedFatDxe: Add comments around StrSize() checks
StrSize() cannot return 0. As done in other packages, StrSize()
checks the length of the string doesn't exceed
PcdMaximumUnicodeStringLength. Add comments to make it more obvious.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4859
Reported-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
2024-11-27 15:57:08 +00:00
..
ComponentName.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Data.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Delete.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DirectoryCache.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DirectoryManage.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DiskCache.c FatPkg: Improvements to Fat to Fix File Corruption 2024-09-23 16:50:39 +00:00
Fat.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Fat.h FatPkg: Improvements to Fat to Fix File Corruption 2024-09-23 16:50:39 +00:00
Fat.inf FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00
Fat.uni FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00
FatExtra.uni FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00
FatFileSystem.h FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FileName.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FileSpace.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Flush.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Hash.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Info.c FatPkg: Fix potentially uninitialized variable 2024-10-25 18:48:06 +00:00
Init.c FatPkg: Improvements to Fat to Fix File Corruption 2024-09-23 16:50:39 +00:00
Misc.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Open.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
OpenVolume.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ReadWrite.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UnicodeCollation.c FatPkg/EnhancedFatDxe: Add comments around StrSize() checks 2024-11-27 15:57:08 +00:00