Re: [PATCH v5] hwmon: (acpi_power_meter) replace open-coded kmemdup_nul

From: Kees Cook
Date: Tue Oct 24 2023 - 17:19:33 EST


On Tue, 26 Sep 2023 06:59:15 +0000, Justin Stitt wrote:
> `strncpy` is deprecated for use on NUL-terminated destination strings [1].
>
> Let's refactor this kcalloc() + strncpy() into a kmemdup_nul() which has
> more obvious behavior and is less error prone.
>
>

Applied to for-next/hardening, thanks!

[1/1] hwmon: (acpi_power_meter) replace open-coded kmemdup_nul
https://git.kernel.org/kees/c/9cca73d7b4bf

Take care,

--
Kees Cook