diff options
| author | Arnd Bergmann <[email protected]> | 2018-02-02 14:12:20 +0100 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2018-02-13 21:37:02 -0500 |
| commit | a8db6140d7d5396263935a48f0bd7eca3b90f15d (patch) | |
| tree | b7a62179ab63e3ef2b4df9c8a90e5777d390a34d /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | d9ea463a1cc7f0a6254cbd8228e1948c345a4acd (diff) | |
scsi: qedf: use correct strncpy() size
gcc-8 warns during link-time optimization that the strncpy() call passes
the size of the source buffer rather than the destination:
drivers/scsi/qedf/qedf_dbg.c: In function 'qedf_uevent_emit':
include/linux/string.h:253: error: 'strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
This changes it to strscpy() with the correct length, guaranteeing a
properly nul-terminated string of the right size.
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Chad Dupuis <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions