diff options
author | Liming Gao <liming.gao@intel.com> | 2016-07-13 20:28:17 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-14 15:04:54 +0800 |
commit | 5a8eae9560ddf8422ed1b43aff8612931e472eb6 (patch) | |
tree | cef1c47fe06c5beecba622ca7f90168d120ad4e5 /SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | |
parent | cad19cd3f2ac26de35c545acd29f98c5f4f82f7c (diff) | |
download | edk2-platforms-5a8eae9560ddf8422ed1b43aff8612931e472eb6.tar.xz |
SecurityPkg Tcg2Dxe: Add check for the PE/COFF image
Use BasePeCoffLib PeCoffLoaderGetImageInfo() to check the PE/COFF image.
In V2, add specific ImageRead() to make sure the PE/COFF image content
read is within the image buffer.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Diffstat (limited to 'SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c')
-rw-r--r-- | SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c index 7720c2708d..95219c0fca 100644 --- a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c +++ b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c @@ -127,6 +127,8 @@ EFI_HANDLE mImageHandle; PE/COFF image is external input, so this function will validate its data structure
within this image buffer before use.
+ Notes: PE/COFF image is checked by BasePeCoffLib PeCoffLoaderGetImageInfo().
+
@param[in] PCRIndex TPM PCR index
@param[in] ImageAddress Start address of image buffer.
@param[in] ImageSize Image size
|