]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/Dxe/FwVol/FwVol.c
MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit systems.
authorStar Zeng <star.zeng@intel.com>
Wed, 17 Dec 2014 00:39:51 +0000 (00:39 +0000)
committerlzeng14 <lzeng14@Edk2>
Wed, 17 Dec 2014 00:39:51 +0000 (00:39 +0000)
commitfd8a2eb062678ea4f286974137bb2aec259e7321
tree309e9a15237e8b6b9226875589c605f362f828a0
parent2c23ddaa00e68f63b1934cd864790a5aff04ad74
MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit systems.

The traversing of a Memory Mapped FV can overflow the 4GB limit on a 32bit system
during the setting up a Linked List of FFS file inside the FV.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16527 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Dxe/FwVol/FwVol.c