diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2021-09-09 11:46:01 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-16 01:51:36 +0000 |
commit | c19d18136ef920e3e84f961e2a335a41147adcb8 (patch) | |
tree | 07a8135f4cf503fea915c60d110236b4c7355100 /BaseTools/Source/Python/Table/TableFunction.py | |
parent | 6f501a7c9bb196ce1ad9dd5b0024974d1b6784be (diff) | |
download | edk2-c19d18136ef920e3e84f961e2a335a41147adcb8.tar.gz edk2-c19d18136ef920e3e84f961e2a335a41147adcb8.tar.bz2 edk2-c19d18136ef920e3e84f961e2a335a41147adcb8.zip |
MdeModulePkg/Core/Pei: Fix pointer size mismatch in EvacuateTempRam()
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3512
In 32-bit PEI, the local variable pointers MigratedFvHeader and
RawDataFvHeader in EvacuateTempRam() will be 32-bit in size. The
pointers are currently passed to PeiServicesAllocatePages() which
expects a 64-bit output buffer of type EFI_PHYSICAL_ADDRESS.
When PeiServicesAllocatePages() writes to the buffer, the data
can overflow.
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'BaseTools/Source/Python/Table/TableFunction.py')
0 files changed, 0 insertions, 0 deletions