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
DxeCapsuleProcessLib.c
DxeCapsuleProcessLibNull.c
DxeCapsuleReportLib.c
DxeCapsuleReportLibNull.c
DxeCapsuleRuntime.c
DxeRuntimeCapsuleLib.inf MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLib 2018-02-11 16:05:15 -08:00
DxeRuntimeCapsuleLib.uni