summaryrefslogtreecommitdiff
path: root/FmpDevicePkg
diff options
context:
space:
mode:
authorGuomin Jiang <guomin.jiang@intel.com>2022-01-29 16:28:02 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-01 02:45:28 +0000
commit497ac7b6d7f9750f48f137db244931a5728b1968 (patch)
tree4a6483ea247e70772e6526d95777a6e31f063334 /FmpDevicePkg
parent6a890db161cd6d378bec3499a1e774db3f5a27a7 (diff)
downloadedk2-497ac7b6d7f9750f48f137db244931a5728b1968.zip
edk2-497ac7b6d7f9750f48f137db244931a5728b1968.tar.gz
edk2-497ac7b6d7f9750f48f137db244931a5728b1968.tar.bz2
UefiPayloadPkg/PayloadLoaderPeim: Use INT64 as input parameter
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3818 It will have some potential issue when memory larger than 2G because the high memory address will be fill with 0xFFFFFFFF when do the operation of INTN + INT64 but it is 32 bit normal data in fact. Should use same data type INT64 + INT64. V3: 1. Use INT64 as input parameter because all date type is 64 bit V2: 1. Force the data type to UINTN to avoid high dword be filled with 0xFFFFFFFF 2. Keep INTN because the offset may postive or negative. Reviewed-by: Guo Dong <guo.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Signed-off-by: Guomin Jiang <guomin.jiang@intel.com>
Diffstat (limited to 'FmpDevicePkg')
0 files changed, 0 insertions, 0 deletions