]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
MdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullSmramRanges
authorStar Zeng <star.zeng@intel.com>
Tue, 28 Jul 2015 02:07:06 +0000 (02:07 +0000)
committerlzeng14 <lzeng14@Edk2>
Tue, 28 Jul 2015 02:07:06 +0000 (02:07 +0000)
commit08308fc9eba9d0bc0d3a923df90a86b8521028d5
tree2c809d0bfec31da7792dfdf7e9284db10257bf25
parentb110527f6fd3f2439ce35a85945be5647d3e6137
MdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullSmramRanges

to instead of AllocatePool() to ensure the data is clean for
the following consumption.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18087 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c