mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-02-21 06:33:48 +00:00
Use strncpy instead of strcpy to avoid buf overflow. Fix strncpy null-terminated issues. Tracked-On: #3245 Signed-off-by: Tianhua Sun <tianhuax.s.sun@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>