Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 2677286307c67b62c198cf6890d62ec540dd8c99
https://github.com/tianocore/edk2/commit/2677286307c67b62c198cf6890d62ec540dd8c99
Author: James Lu <[email protected]>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M UefiPayloadPkg/PayloadLoaderPeim/ElfLib/Elf32Lib.c
Log Message:
-----------
UefiPayloadPkg: Fix RelaAddress type always mismatch in if condition
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3984
Under function RolocateElfDynamic() in Elf32Lib.c
if (RelaAddress == MAX_UINT64) is always FALSE while RelaAddress is UINT32
Fix is to modify if condition check to "if (RelaAddress == MAX_UINT32)"
Cc: Ray Ni <[email protected]>
Cc: Guo Dong <[email protected]>
Cc: Gua Guo <[email protected]>
Signed-off-by: James Lu <[email protected]>
Reviewed-by: Guo Dong <[email protected]>
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits