diff options
author | Maninder Singh <[email protected]> | 2016-12-08 09:40:30 +0530 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2016-12-27 10:05:47 -0800 |
commit | 5066d5296ff2db20625e5f46e7338872c90c649f (patch) | |
tree | 4fd39d342247b72fa64f8124c4f314391a22658e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f86a2c875fd146d9b82c8fdd86d31084507bcf4c (diff) |
ARM: omap2+: fixing wrong strcat for Non-NULL terminated string
Issue caught with static analysis tool:
"Dangerous usage of 'name' (strncpy doesn't always 0-terminate it)"
Use strlcpy _includes_ the NUL terminator, and strlcat() which ensures
that it won't overflow the buffer.
Reported-by: Maninder Singh <[email protected]>
Signed-off-by: Vaneet Narang <[email protected]>
CC: Russell King <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions