Re: [PATCH] power: supply: bq2515x: replace deprecated strncpy with strscpy

From: Sebastian Reichel
Date: Fri Oct 20 2023 - 20:53:29 EST



On Fri, 20 Oct 2023 18:59:34 +0000, Justin Stitt wrote:
> strncpy() is deprecated for use on NUL-terminated destination strings
> [1] and as such we should prefer more robust and less ambiguous string
> interfaces.
>
> We expect bq2515x->model_name to be NUL-terminated based on its usage with
> sysfs_emit and format strings:
>
> [...]

Applied, thanks!

[1/1] power: supply: bq2515x: replace deprecated strncpy with strscpy
commit: e3c2af5d49bb96ad460ef6aa873975fb0f7c7f17

Best regards,
--
Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>