On 10/7/2020 11:29 AM, Bruce Richardson wrote:
On Wed, Oct 07, 2020 at 09:20:50AM +0000, Ciara Loftus wrote:strncpy may leave the destination buffer not NULL terminated so use strlcpy instead.Coverity issue: 362975 Fixes: 339b88c6a91f ("net/af_xdp: support multi-queue") Signed-off-by: Ciara Loftus <ciara.lof...@intel.com> ---Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Applied to dpdk-next-net/main, thanks.