mirror of
https://github.com/torvalds/linux.git
synced 2026-05-07 07:45:08 -04: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>