acrn-hypervisor/efi-stub
Tianhua Sun 63e258bd01 efi-stub: update string operation in efi-stub
Remove unsafe API in efi-stub
1, use Strnlen instead of StrLen except the parameter
   is a static string.
2, strlen() only work on static strings.

Tracked-On: #3276
Signed-off-by: Tianhua Sun <tianhuax.s.sun@intel.com>
Reviewed-by: Yonghua Huang <yonghua.huang@intel.com>
2019-07-18 15:03:00 +08:00
..
clearlinux acrn.conf: clean-up SOS kernel options (EFI platforms) 2019-02-20 13:21:11 +08:00
Makefile restruct boot and bsp dir for firmware stuff 2019-05-09 16:33:44 +08:00
MpService.h efi-stub: reset all APs after entering guest mode 2019-02-01 08:56:05 +08:00
boot.c efi-stub: update string operation in efi-stub 2019-07-18 15:03:00 +08:00
boot.h efi-stub: update string operation in efi-stub 2019-07-18 15:03:00 +08:00
efilinux.h EFI: Allocate 2M aligned memory for hypervisor image 2019-01-24 11:59:21 +08:00
malloc.c EFI: Allocate 2M aligned memory for hypervisor image 2019-01-24 11:59:21 +08:00
multiboot.h HV/DM: Unify the usage of aligned for structure definition with alignment 2018-12-20 14:08:28 +08:00
pe.c efi-stub: update string operation in efi-stub 2019-07-18 15:03:00 +08:00
stdlib.h efi-stub: update string operation in efi-stub 2019-07-18 15:03:00 +08:00