mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>