diff options
author | Xiongfeng Wang <xiongfeng.wang@linaro.org> | 2018-01-12 15:56:05 +0800 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-01-15 15:33:21 -0700 |
commit | 979a459c8347a797fd03717a3f12289c91617982 (patch) | |
tree | d547bd757c8b86791a7fd2bd95e13bd51192ee4f /tools/perf/scripts/python/syscall-counts.py | |
parent | a6532e7139660c103dda181aa5b2c734aa26ed6c (diff) |
IB/cma: use strlcpy() instead of strncpy()
gcc-8 reports
drivers/infiniband/core/cma_configfs.c: In function 'make_cma_dev':
./include/linux/string.h:245:9: warning: '__builtin_strncpy' specified
bound 64 equals destination size [-Wstringop-truncation]
We need to use strlcpy() to make sure the string is nul-terminated.
Signed-off-by: Xiongfeng Wang <xiongfeng.wang@linaro.org>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions