diff options
author | Qian Cai <cai@gmx.us> | 2018-11-30 05:18:07 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-12-07 06:23:06 +0300 |
commit | 0fbc9b8b4ea3f688a5da141a64f97aa33ad02ae9 (patch) | |
tree | bd6d9ab5860f27db615c1418a93403d5fb767153 /LICENSES | |
parent | 9aefcabe579bca06325ad9e577a36816f57386ff (diff) | |
download | linux-0fbc9b8b4ea3f688a5da141a64f97aa33ad02ae9.tar.xz |
mlx4: Use snprintf instead of complicated strcpy
This fixes a compilation warning in sysfs.c
drivers/infiniband/hw/mlx4/sysfs.c:360:2: warning: 'strncpy' output may be
truncated copying 8 bytes from a string of length 31
[-Wstringop-truncation]
By eliminating the temporary stack buffer.
Signed-off-by: Qian Cai <cai@gmx.us>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions