diff options
author | Muhammad Qasim Abdul Majeed <qasim.majeed20@gmail.com> | 2024-09-15 21:38:16 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-11-05 23:35:36 +0300 |
commit | efb365b7958598aff23e3bd947df3442f0474d65 (patch) | |
tree | 070eea86492a83c221767884016d14c9ccaebb22 /tools/perf/scripts/python | |
parent | e7eb88e3835f7aebd8462179bb71b92fba73efd1 (diff) | |
download | linux-efb365b7958598aff23e3bd947df3442f0474d65.tar.xz |
ACPI: pci_link: Use strscpy() instead of strcpy()
Replace strcpy() with strscpy() in the ACPI pci_link driver.
strcpy() has been deprecated because it is generally unsafe, so it
is better to eliminate it from the kernel source.
Link: https://github.com/KSPP/linux/issues/88
Signed-off-by: Muhammad Qasim Abdul Majeed <qasim.majeed20@gmail.com>
Link: https://patch.msgid.link/20240915183822.34588-4-qasim.majeed20@gmail.com
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions