aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLarry Finger <[email protected]>2018-08-20 13:48:31 -0500
committerKalle Valo <[email protected]>2018-08-31 18:46:19 +0300
commit199ba9faca909e77ac533449ecd1248123ce89e7 (patch)
treed31dc7a0c50816faa0b61899cee69d989249efb2 /tools/perf/scripts/python
parent5945310a175506f743b68fd6812dbcd1b3c95ec1 (diff)
rtl8187: Fix warning generated when strncpy() destination length matches the sixe argument
In gcc8, when the 3rd argument (size) of a call to strncpy() matches the length of the first argument, the compiler warns of the possibility of an unterminated string. Using strlcpy() forces a null at the end. Signed-off-by: Larry Finger <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions