acrn-hypervisor/hypervisor/arch/x86
Qian Wang 928bc38bf6 hv: add NULL-pointer check for security
Added a check to prevent NULL-pointer dereference when
parsing PTCT.

Tracked-On: #5330

Signed-off-by: Qian Wang <qian1.wang@intel.com>
2020-09-27 18:52:52 +08:00
..
boot HV: set CONFIG_HV_RAM_START as min addr when RELOC enabled 2020-09-07 15:03:53 +08:00
configs hv: pci: Hide PCI bridge 00:1c.0 from SOS 2020-09-23 15:24:42 +08:00
guest hv: ptcm: enable ptcm by default 2020-09-21 14:20:54 +08:00
lib hv: fix potential NULL pointer dereference in 'memcpy_s' 2020-09-27 18:40:55 +08:00
seed HV: rename append_seed_arg to fill_seed_arg 2020-06-08 13:30:04 +08:00
cpu_caps.c hv:cpu-caps:refine is_apl_platform func and clean up duplicated code 2020-08-14 10:08:50 +08:00
cpu_state_tbl.c
cpu.c hv: add method to deal with ">4G MMIO" BIOS option 2020-09-21 14:20:54 +08:00
e820.c hv: Reserve space for VMs' EPT 4k pages after boot 2020-04-01 21:13:37 +08:00
gdt.c
idt.S
init.c HV: split sanitize_multiboot_info api 2020-06-08 13:30:04 +08:00
ioapic.c hv:unify spin_lock initialization 2020-07-02 09:40:29 +08:00
irq.c cleanup spin lock in irq.c 2020-06-19 16:13:20 +08:00
Kconfig hv: ptcm: enable ptcm by default 2020-09-21 14:20:54 +08:00
lapic.c hv:cpu-caps:refine processor family and model info 2020-08-14 10:08:50 +08:00
mmu.c hv: ptct: init psram on all cores 2020-09-21 14:20:54 +08:00
notify.c hv: maintain a per-pCPU array of vCPUs and handle posted interrupt IRQs 2020-04-15 13:47:22 +08:00
page.c hv: mmu: release 1GB cpu side support constrain 2020-06-15 15:16:34 +08:00
pagetable.c hv: mmu: release 1GB cpu side support constrain 2020-06-15 15:16:34 +08:00
platform_caps.c hv: add function to check if using posted interrupt is possible for vm 2020-04-15 13:47:22 +08:00
pm.c
ptcm.c hv: add NULL-pointer check for security 2020-09-27 18:52:52 +08:00
rdt.c acrn-config: code refactoring for CAT/MBA 2020-08-28 16:44:06 +08:00
sched.S
security.c hv:cpu-caps:refine processor family and model info 2020-08-14 10:08:50 +08:00
sgx.c
timer.c
trampoline.c Revert "hv: Let trampoline execution use 1GB pages" 2020-06-15 15:16:34 +08:00
vmx.c
vtd.c hv: passthru DHRD-ignored device 2020-09-01 09:29:25 +08:00
wakeup.S