> -----Original Message-----
> From: Pattan, Reshma
> Sent: Wednesday, October 31, 2018 10:17 AM
> To: [email protected]
> Cc: Dumitrescu, Cristian <[email protected]>; Singh, Jasvinder
> <[email protected]>; Pattan, Reshma <[email protected]>
> Subject: [PATCH v2] net/softnic: fix string copy
>
> Use strlcpy instead of strcpy to avoid buffer overrun.
>
> Coverity issues: 323475,323478,323514,323515
>
> Fixes: b767f8efc8 ("net/softnic: replace pointers with arrays")
> Fixes: c169b6a588 ("net/softnic: map flow attribute to pipeline table")
> CC: [email protected]
> CC: [email protected]
>
> Signed-off-by: Reshma Pattan <[email protected]>
> ---
> v2: merge the below patches into single patch.
>
Acked-by: Cristian Dumitrescu <[email protected]>
Applied to next-pipeline tree, thanks!