acrn-hypervisor/hypervisor/common
Yonghua Huang b1e43b4454 hv: fix error debug message in hcall_set_callback_vector
this patch is to fix error debug message
 for invalid 'param' case, there is no string
 variable for '%s' output, which will potenially
 trigger hypervisor crash as it may access random
 memroy address and trigger SMAP violation.

Tracked-On: #3801
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2019-10-14 09:07:30 +08:00
..
hv_main.c hv_main: Remove the continue in vcpu_thread 2019-07-22 09:55:06 +08:00
hypercall.c hv: fix error debug message in hcall_set_callback_vector 2019-10-14 09:07:30 +08:00
ptdev.c hv: ptdev: move softirq_dev_entry_list from vm structure to per_cpu region 2019-09-16 09:36:52 +08:00
schedule.c hv: remove unused pcpu assignment functions 2019-09-24 11:58:45 +08:00
softirq.c softirq: move softirq from hv_main to interrupt context 2019-07-22 09:55:06 +08:00
trusty_hypercall.c hv:remove redundant memset in some cases 2019-09-24 09:02:05 +08:00
vm_load.c vm_load: update init gdt preparation 2019-08-20 09:22:20 +08:00