acrn-hypervisor/hypervisor/common
Li, Fei1 29c8494fd0 hv: replace strcpy_s with strncpy_s
They're some duplicated and strcpy_s is not safety as strncpy_s.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
Reviewed-by: Huang, Yonghua <yonghua.huang@intel.com>
2018-12-13 09:08:32 +08:00
..
hv_main.c hv: switch IA32_TSC_AUX between host/guest through VM Controls 2018-11-27 09:26:29 +08:00
hypercall.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
io_request.c doc: always use 'None' for functions not returning a value 2018-11-30 14:55:17 +08:00
ptdev.c hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
schedule.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
softirq.c hv: remove the theoretic infinite loop 2018-12-05 13:17:38 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
trusty_hypercall.c hv: fix integer violations 2018-11-14 12:46:34 +08:00
vm_load.c hv: replace strcpy_s with strncpy_s 2018-12-13 09:08:32 +08:00