tools/power turbostat: Fix gcc build warnings
authorLen Brown <len.brown@intel.com>
Thu, 19 Mar 2020 22:33:12 +0000 (18:33 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 20 Mar 2020 04:32:27 +0000 (00:32 -0400)
commitd8d005ba6afa502ca37ced5782f672c4d2fc1515
tree54f928440f2357d6ea76ab7d225ffb8cb4437429
parent081c54323b27d8d4b40df6b2375b9e1f6846d827
tools/power turbostat: Fix gcc build warnings

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>
tools/power/x86/turbostat/turbostat.c