]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySize
authorLiming Gao <liming.gao@intel.com>
Tue, 23 Jun 2015 10:48:30 +0000 (10:48 +0000)
committerlgao4 <lgao4@Edk2>
Tue, 23 Jun 2015 10:48:30 +0000 (10:48 +0000)
commit3cd2484e3a9c8e07aa6df9c4b9fb4783d282b05d
treee7e3060d0a61c5a9f50013551d9c0c34a8b2d822
parente878891ea6ae363d1b6763875094ce94b609df1b
SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySize

Per UEFI spec, EFI_IMAGE_EXECUTION_INFO structure is updated to comment
Signature field. So, its structure doesn't include Signature field. But,
ImageExeInfoEntrySize uses its structure size minor Signature size. It
will be corrected in this change.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17687 6f19259b-4bc3-4df7-8a09-765794883524
SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c