Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 07 Dec 2023 21:57:50 + you 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 exp
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 07 Dec 2023 21:42:22 + you 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 exp
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Thu, 07 Dec 2023 21:34:42 + you 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.
>
> A suit