]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: processor: idle: Replace strlcat() with better alternative
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 17 Mar 2026 08:01:06 +0000 (09:01 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Mar 2026 19:55:39 +0000 (20:55 +0100)
commit36cb728754ea4583f145ecacb6e4fb9a6d8e62d6
tree56d5fccc007cb0a88ca0b3376a2843c77d6a2a28
parent4d613fb1ea0516e1f69d3a4ebfbf2572d5da5368
ACPI: processor: idle: Replace strlcat() with better alternative

strlcpy() and strlcat() are confusing APIs and the former one already
gone from the kernel.

In preparation to kill strlcat() replace it with the better alternative.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260317080218.1814693-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_idle.c