]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: EC: Use strscpy() instead of strcpy()
authorMuhammad Qasim Abdul Majeed <qasim.majeed20@gmail.com>
Sun, 15 Sep 2024 18:38:14 +0000 (23:38 +0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Nov 2024 20:35:35 +0000 (21:35 +0100)
commitf098bb555fdd9e6eede8664e308d4b211946853d
treecf192c73f43dbe721d0543deda1a7076c637c3d0
parent0151814c4c60c8e789f4f764037a19bce0a5632a
ACPI: EC: Use strscpy() instead of strcpy()

Replace strcpy() with strscpy() in the ACPI EC 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-2-qasim.majeed20@gmail.com
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c