On 3/22/2019 8:02 AM, Shahed Shaikh wrote: >> -----Original Message----- >> From: Chaitanya Babu Talluri <tallurix.chaitanya.b...@intel.com> >> Sent: Friday, March 22, 2019 1:22 PM >> To: dev@dpdk.org >> Cc: reshma.pat...@intel.com; jananeex.m.parthasara...@intel.com; Rasesh >> Mody <rm...@marvell.com>; Shahed Shaikh <shsha...@marvell.com>; >> beilei.x...@intel.com; qi.z.zh...@intel.com; Chaitanya Babu Talluri >> <tallurix.chaitanya.b...@intel.com>; sta...@dpdk.org >> Subject: [EXT] [PATCH v8] drivers/net: fix possible overflow using strlcat >> >> strcat does not check the destination length and there might be chances of >> string overflow so instead of strcat, strlcat is used. >> >> Fixes: 540a211084 ("bnx2x: driver core") >> Fixes: e163c18a15 ("net/i40e: update ptype and pctype info") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Chaitanya Babu Talluri <tallurix.chaitanya.b...@intel.com> > > For bnx2x PMD changes - > Acked-by: Shahed Shaikh <shsha...@marvell.com> >
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Applied to dpdk-next-net/master, thanks.