diff options
| author | Len Baker <[email protected]> | 2021-08-01 19:12:26 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-08-03 11:48:28 +0100 |
| commit | 493c3ca6bd754d8587604496eb814f72e933075d (patch) | |
| tree | 370ce9459825c597ebb1b30b6ef0c2864c1e784d /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 9c638eaf42ec8d62ed028feb7a5b7f2759087971 (diff) | |
drivers/net/usb: Remove all strcpy() uses
strcpy() performs no bounds checking on the destination buffer. This
could result in linear overflows beyond the end of the buffer, leading
to all kinds of misbehaviors. The safe replacement is strscpy().
Signed-off-by: Len Baker <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions