]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/RegisterCpuFeaturesLib/CpuFeaturesInitialize.c
UefiCpuPkg RegisterCpuFeaturesLib: Fix buffer pointer error usage.
authorEric Dong <eric.dong@intel.com>
Wed, 16 Aug 2017 05:20:36 +0000 (13:20 +0800)
committerEric Dong <eric.dong@intel.com>
Thu, 17 Aug 2017 01:17:22 +0000 (09:17 +0800)
commit6619cf3b6a84397ceff5d856111a33f9cdfb0812
treef8102864084d9f266efa474e1ce58e783fd0b1aa
parentaa0f2bf7cc879dc732164d1ea003b53e244c2ff4
UefiCpuPkg RegisterCpuFeaturesLib: Fix buffer pointer error usage.

Current code allocate buffer for the pointer which later get value
from PCD database. but current code error use "=" for this case.
Use AllocateCopyPool instead to fix it.

V2 enhanced to directly use AllocateCopyPool to get the PCD value.
V3 enhanced to avoid using local temp variable.
V4 enhanced to keep the functions to get the pcd values.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Shao Ming <ming.shao@intel.com>
Cc: Kinney Michael D <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Kinney Michael D <michael.d.kinney@intel.com>
UefiCpuPkg/Library/RegisterCpuFeaturesLib/CpuFeaturesInitialize.c