SourceLevelDebugPkg: Fix calculate the checksum bug and add NULL pointer check
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17160 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -522,6 +522,10 @@ InitializeDebugAgent (
|
||||
// Build mailbox in HOB and setup Mailbox Set In Pei flag
|
||||
//
|
||||
Mailbox = AllocateZeroPool (sizeof (DEBUG_AGENT_MAILBOX));
|
||||
if (Mailbox == NULL) {
|
||||
DEBUG ((EFI_D_ERROR, "DebugAgent: Failed to allocate memory!\n"));
|
||||
CpuDeadLoop ();
|
||||
}
|
||||
MailboxLocation = (UINT64)(UINTN)Mailbox;
|
||||
MailboxLocationPointer = BuildGuidDataHob (
|
||||
&gEfiDebugAgentGuid,
|
||||
|
Reference in New Issue
Block a user