mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-13 00:18:38 +00:00
UEFI pass option as unicode string to efi-stub. That string has no end charactor ('\0'). Insteadly, the option has string size and we should use the string size to decide the end of the option string. Tracked-On: #4520 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Reviewed-by: Zide Chen <zide.chen@intel.com>