acrn-hypervisor/hypervisor/arch/x86/guest
Yonghua Huang 994a375103 HV:fix potential buffer overflow issues
- use sizeof(struct lapic_regs),instead of arbitrary size
   to lear 'apic_page' memory region in vlapic.c
 - fix potential buffer overflow issues in vpic.c & ioapic.c

Tracked-On: #1252
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-18 16:14:27 +08:00
..
guest.c HV:Hypercall:Remove redundant error checking 2018-09-18 09:43:24 +08:00
instr_emul.c hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
instr_emul.h hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
mptable.c hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
pm.c hv: Replace dynamic memory allocation for I/O bitmaps 2018-09-12 09:20:07 +08:00
ucode.c hv: treewide: convert some MACROs to inline functions 2018-09-04 12:27:18 +08:00
vcpu.c hv:Replace vlapic pointer with instance in vcpu_arch 2018-09-12 09:20:07 +08:00
vlapic_priv.h hv:Move vlapic structure to vlapic.h 2018-09-12 09:20:07 +08:00
vlapic.c HV:fix potential buffer overflow issues 2018-09-18 16:14:27 +08:00
vm.c hv: Replace dynamic memory allocation for MSR bitmap 2018-09-12 09:20:07 +08:00
vmcall.c hv: add a hypercall for the hypervisor NPK log 2018-08-23 11:09:25 +08:00
vmsr.c hv: Replace dynamic memory allocation for MSR bitmap 2018-09-12 09:20:07 +08:00