diff options
author | Eric Dong <eric.dong@intel.com> | 2017-08-16 13:20:36 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2017-08-17 09:17:22 +0800 |
commit | 6619cf3b6a84397ceff5d856111a33f9cdfb0812 (patch) | |
tree | f8102864084d9f266efa474e1ce58e783fd0b1aa /BaseTools/Source/Python/Workspace/MetaFileParser.py | |
parent | aa0f2bf7cc879dc732164d1ea003b53e244c2ff4 (diff) | |
download | edk2-6619cf3b6a84397ceff5d856111a33f9cdfb0812.tar.gz edk2-6619cf3b6a84397ceff5d856111a33f9cdfb0812.tar.bz2 edk2-6619cf3b6a84397ceff5d856111a33f9cdfb0812.zip |
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>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/MetaFileParser.py')
0 files changed, 0 insertions, 0 deletions