> -Original Message-
> From: Justin Stitt
> Sent: Thursday, October 5, 2023 3:56 AM
> To: Agroskin, Shay ; Kiyanovski, Arthur
> ; Arinzon, David ; Dagan,
> Noam ; Bshara, Saeed ; David
> S. Miller ; Eric Dumazet ;
> Jakub Kicinski ; Paolo Abeni
> Cc: net...
> -Original Message-
> From: Kees Cook
> Sent: Friday, October 6, 2023 1:39 AM
> To: Kiyanovski, Arthur
> Cc: Justin Stitt ; Agroskin, Shay
> ; Arinzon, David ; Dagan,
> Noam ; Bshara, Saeed ; David
> S. Miller ; Eric Dumazet ;
> Jakub Kicinski ; Paolo Abeni
> -Original Message-
> From: justinst...@google.com
>
> `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 suitable replacement is `strscpy` [2] due to the fact that it guaran