diff options
author | 2024-08-04 17:33:10 +0500 | |
---|---|---|
committer | 2024-08-26 19:11:58 +0200 | |
commit | 6c7bfb7df0e6ae16593faab9edb12ec81e356942 (patch) | |
tree | c0cab6e26ec9435451ea84a68f1c0f235ef605fa /scripts/module-common.c | |
parent | ACPI: PAD: Use strscpy() instead of strcpy() (diff) | |
download | wireguard-linux-6c7bfb7df0e6ae16593faab9edb12ec81e356942.tar.xz wireguard-linux-6c7bfb7df0e6ae16593faab9edb12ec81e356942.zip |
ACPI: acpi_processor: Use strscpy instead() of strcpy()
Replace strcpy() with strscpy() in the ACPI processor driver.
strcpy() has been deprecated because it is generally unsafe, so help 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/20240804123313.16211-3-qasim.majeed20@gmail.com
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'scripts/module-common.c')
0 files changed, 0 insertions, 0 deletions