]> git.proxmox.com Git - mirror_edk2.git/commit
DestPtr may point to the lower aligned address in the free memory region (FreeMemBase...
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 May 2012 01:33:01 +0000 (01:33 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 May 2012 01:33:01 +0000 (01:33 +0000)
commit4694dd1ba8ad0242a7cf7467568ce001619d3fde
treee9b33a85f60bc0bdd9517ff28a90ecdcf37fc9bc
parent2e4c9e0158cc10226dc0e2de679bc984e288f18a
DestPtr may point to the lower aligned address in the free memory region (FreeMemBase, FreeMemBase + FreeMemSize), the free memory region may be updated to override the private signature. So update FreeMemSize to avoid the potential overlap.

Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13303 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoalesce.c