audk/MdeModulePkg/Library/DxeCapsuleLibFmp
Star Zeng 0f3cd8a92b MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is used
DEBUG((
  DEBUG_ERROR,
  "ItemOffsetList[%d](0x%lx) < ItemOffsetList[%d](0x%x)\n",
  Index,
  ItemOffsetList[Index],
  Index,                       // Should be Index - 1
  ItemOffsetList[Index - 1]
  ));

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2018-04-20 14:28:45 +08:00
..
DxeCapsuleLib.c MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is used 2018-04-20 14:28:45 +08:00
DxeCapsuleLib.inf MdeModulePkg/DxeCapsuleLibFmp: Verify nested capsule with FMP 2018-02-11 16:35:15 -08:00
DxeCapsuleLib.uni MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance. 2016-11-08 22:37:00 +08:00
DxeCapsuleProcessLib.c MdeModulePkg/CapsuleLib: Follow UEFI 22.2.3 to process FMP. 2016-12-26 12:23:34 +08:00
DxeCapsuleProcessLibNull.c MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance. 2016-11-08 22:37:00 +08:00
DxeCapsuleReportLib.c MdeModulePkg/CapsuleLib: Free the buffer returned by GetVariable2 API 2017-03-13 09:15:52 +08:00
DxeCapsuleReportLibNull.c MdeModulePkg/CapsuleLib: Follow UEFI 22.2.3 to process FMP. 2016-12-26 12:23:34 +08:00
DxeCapsuleRuntime.c MdeModulePkg/DxeCapsuleLibFmp: Fix build failure 2017-03-20 10:26:59 +08:00
DxeRuntimeCapsuleLib.inf MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLib 2018-02-11 16:05:15 -08:00
DxeRuntimeCapsuleLib.uni MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance. 2016-11-08 22:37:00 +08:00