[dpdk-dev] [dpdk-stable] [EXT] [PATCH v8] drivers/net: fix possible overflow using strlcat

Ferruh Yigit ferruh.yigit at intel.com
Fri Mar 22 11:35:48 CET 2019


On 3/22/2019 8:02 AM, Shahed Shaikh wrote:
>> -----Original Message-----
>> From: Chaitanya Babu Talluri <tallurix.chaitanya.babu at intel.com>
>> Sent: Friday, March 22, 2019 1:22 PM
>> To: dev at dpdk.org
>> Cc: reshma.pattan at intel.com; jananeex.m.parthasarathy at intel.com; Rasesh
>> Mody <rmody at marvell.com>; Shahed Shaikh <shshaikh at marvell.com>;
>> beilei.xing at intel.com; qi.z.zhang at intel.com; Chaitanya Babu Talluri
>> <tallurix.chaitanya.babu at intel.com>; stable at 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: stable at dpdk.org
>>
>> Signed-off-by: Chaitanya Babu Talluri <tallurix.chaitanya.babu at intel.com>
> 
> For bnx2x PMD changes -
> Acked-by: Shahed Shaikh <shshaikh at marvell.com>
> 

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list