audk/IntelSiliconPkg/Feature/VTd/IntelVTdDxe
Star Zeng 01bd1c98fa IntelSiliconPkg IntelVTdDxe: Fix potential NULL pointer dereference
The implementation of MdeModulePkg\Universal\Acpi\AcpiTableDxe reserves
first entry of RSDT/XSDT to FADT, the first entry value is 0 when FADT
is not installed. So the RSDT/XSDT parsing code should check the entry
value first before checking the table signature.

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-01-16 09:01:50 +08:00
..
BmDma.c IntelSiliconPkg IntelVTdDxe: Use TPL to protect list/engine operation 2018-01-05 10:26:33 +08:00
DmaProtection.c IntelSiliconPkg IntelVTdDxe: Support early SetAttributes() 2018-01-05 10:26:34 +08:00
DmaProtection.h IntelSiliconPkg IntelVTdDxe: Support early SetAttributes() 2018-01-05 10:26:34 +08:00
DmarAcpiTable.c IntelSiliconPkg IntelVTdDxe: Fix potential NULL pointer dereference 2018-01-16 09:01:50 +08:00
IntelVTdDxe.c IntelSiliconPkg IntelVTdDxe: Support early SetAttributes() 2018-01-05 10:26:34 +08:00
IntelVTdDxe.inf IntelSiliconPkg IntelVTdDxe: Use ACPI table event to get DMAR table 2017-11-06 10:08:48 +08:00
IntelVTdDxe.uni
IntelVTdDxeExtra.uni
PciInfo.c
TranslationTable.c IntelSiliconPkg/VTdDxe: Clean up DXE flush memory. 2017-09-23 16:14:27 +08:00
TranslationTableEx.c IntelSiliconPkg/VTdDxe: Clean up DXE flush memory. 2017-09-23 16:14:27 +08:00
VtdReg.c