diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2024-07-23 23:51:13 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-16 18:34:43 +0000 |
commit | e11a912aa3bd6b3ad69bb90f36f6860de33d846a (patch) | |
tree | 643ac3e8147180245cc30beb1c6d66a12ed0bcdc /BaseTools/Source/Python | |
parent | ef3a1ef397a2677cccd0e3e7f1287f29f0094e17 (diff) | |
download | edk2-e11a912aa3bd6b3ad69bb90f36f6860de33d846a.zip edk2-e11a912aa3bd6b3ad69bb90f36f6860de33d846a.tar.gz edk2-e11a912aa3bd6b3ad69bb90f36f6860de33d846a.tar.bz2 |
ShellPkg/UefiShellLib: Correct check for empty string
StrSize() will never return zero since it counts the terminating NULL
character.
An empty string will have the storage size of the terminator.
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions