Armin Wolf f2ac14b5f1 ACPI: battery: Fix missing NUL-termination with large strings
When encountering a string bigger than the destination buffer (32 bytes),
the string is not properly NUL-terminated, causing buffer overreads later.

This for example happens on the Inspiron 3505, where the battery
model name is larger than 32 bytes, which leads to sysfs showing
the model name together with the serial number string (which is
NUL-terminated and thus prevents worse).

Fix this by using strscpy() which ensures that the result is
always NUL-terminated.

Fixes: 106449e870b3 ("ACPI: Battery: Allow extract string from integer")
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2023-01-18 20:52:05 +01:00
..
2022-12-13 15:22:14 -08:00
2023-01-14 07:38:48 +09:00
2022-12-19 12:33:32 -06:00
2023-01-12 17:02:20 -06:00
2022-12-16 03:49:24 -08:00
2023-01-12 17:02:20 -06:00
2022-12-19 07:13:33 -06:00
2023-01-12 05:56:06 -06:00
2022-12-08 13:03:47 -08:00
2022-12-19 08:54:17 -06:00
2022-12-16 03:49:24 -08:00
2023-01-13 07:18:59 -06:00
2022-12-13 15:47:48 -08:00
2022-12-13 13:09:38 -08:00
2022-12-11 21:25:58 +01:00
2022-12-16 03:49:24 -08:00
2023-01-12 17:02:20 -06:00
2022-12-13 15:22:14 -08:00
2022-12-21 09:19:24 -08:00
2022-12-23 12:00:24 -08:00
2022-12-13 13:41:26 -08:00
2023-01-12 18:20:44 -06:00
2023-01-13 17:41:19 -06:00
2023-01-13 17:32:22 -06:00
2022-12-19 08:40:58 -06:00
2022-12-13 15:47:48 -08:00
2022-12-21 09:41:28 -08:00
2022-12-21 09:19:24 -08:00
2023-01-06 13:12:42 -08:00
2023-01-14 07:57:25 -06:00
2022-12-19 16:07:59 -06:00
2022-12-19 08:47:33 -06:00
2022-12-14 08:58:51 -08:00
2022-12-12 10:17:08 -08:00
2023-01-12 17:02:20 -06:00
2023-01-12 17:02:20 -06:00
2022-12-16 03:54:54 -08:00
2023-01-12 17:02:20 -06:00
2022-12-16 03:49:24 -08:00
2022-12-17 08:34:01 -06:00
2023-01-12 17:02:20 -06:00