Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: fc7d997c35372126823c3b0acf7b67c45cbeea36
      
https://github.com/tianocore/edk2/commit/fc7d997c35372126823c3b0acf7b67c45cbeea36
  Author: Dandan Bi <dandan...@intel.com>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c

  Log Message:
  -----------
  ShellPkg/Debug1CommandsLib: Fix bugs in func DisplaySysEventLogData

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1498

This patch fix following bugs in func DisplaySysEventLogData:
1. Log increment (Log = (LOG_RECORD_FORMAT *) (LogData + Offset);)
should happened in the end of while loop, not in the very beginning.
2. DisplaySELTypes function should be used in while loop instead of
DisplaySELVarDataFormatType.

Cc: Jaben Carsey <jaben.car...@intel.com>
Cc: Ray Ni <ray...@intel.com>
Cc: Zhichao Gao <zhichao....@intel.com>
Signed-off-by: Dandan Bi <dandan...@intel.com>
Reviewed-by: Zhichao Gao <zhichao....@intel.com>




_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to