Patch include:
1.Change function name to avoid name conflict. 2.Refine check for Pe Image. Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13220 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -67,7 +67,7 @@ HASH_TABLE mHash[] = {
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
ImageRead (
|
||||
DxeImageVerificationLibImageRead (
|
||||
IN VOID *FileHandle,
|
||||
IN UINTN FileOffset,
|
||||
IN OUT UINTN *ReadSize,
|
||||
@ -1272,7 +1272,7 @@ DxeImageVerificationHandler (
|
||||
|
||||
ZeroMem (&ImageContext, sizeof (ImageContext));
|
||||
ImageContext.Handle = (VOID *) FileBuffer;
|
||||
ImageContext.ImageRead = (PE_COFF_LOADER_READ_FILE) ImageRead;
|
||||
ImageContext.ImageRead = (PE_COFF_LOADER_READ_FILE) DxeImageVerificationLibImageRead;
|
||||
|
||||
//
|
||||
// Get information about the image being loaded
|
||||
|
Reference in New Issue
Block a user