Skip to content

Commit

Permalink
uncru 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqin12 committed Apr 16, 2024
1 parent 2efd19d commit 5a3de93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ AdvancedLoggerGetLoggerInfo (
if (EFI_ERROR (Status)) {
return NULL;
}

LoggerInfo = (ADVANCED_LOGGER_INFO *)GET_GUID_HOB_DATA (GuidHobInterimBuf);
BufferSize = sizeof (ADVANCED_LOGGER_INFO) + ADVANCED_LOGGER_MAX_MESSAGE_SIZE;
ZeroMem ((VOID *)LoggerInfo, BufferSize);
Expand Down

0 comments on commit 5a3de93

Please sign in to comment.