diff options
| author | Michael D Kinney <michael.d.kinney@intel.com> | 2026-09-13 01:04:22 +0300 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-09-15 18:52:09 +0300 |
| commit | fe3b180ba23a39516f9e106be99f1bfef4843147 (patch) | |
| tree | c987a98356fce9c80715e418dee9940c8b95a30e /BaseTools/Source/Python/Workspace/MetaFileCommentParser.py | |
| parent | 5a9c0361e3417d05fe0853a281fff17ec1eb1878 (diff) | |
| download | edk2-fe3b180ba23a39516f9e106be99f1bfef4843147.tar.xz | |
StandaloneMmPkg/MmCommunicationDxe: Use MAX_UINTN in GoogleTest
EFI_MM_COMMUNICATE_HEADER.MessageLength is declared as UINTN.
Using MAX_UINT64 causes compiler warnings and errors on 32-bit
architectures (IA32) due to conversion from UINT64 to UINTN.
Use MAX_UINTN instead of MAX_UINT64 so the integer overflow tests
match the native size of UINTN on both 32-bit and 64-bit architectures.
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/MetaFileCommentParser.py')
0 files changed, 0 insertions, 0 deletions
