mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
d8d005ba6a
Warning: ‘__builtin_strncpy’ specified bound 20 equals destination size [-Wstringop-truncation] reduce param to strncpy, to guarantee that a null byte is always copied into destination buffer. Signed-off-by: Len Brown <len.brown@intel.com>