From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [EXT] [PATCH v8] drivers/net: fix possible overflow using strlcat Date: Fri, 22 Mar 2019 10:35:48 +0000 Message-ID: References: <1552912870-3526-1-git-send-email-tallurix.chaitanya.babu@intel.com> <1553241102-3265-1-git-send-email-tallurix.chaitanya.babu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "reshma.pattan@intel.com" , "jananeex.m.parthasarathy@intel.com" , Rasesh Mody , "beilei.xing@intel.com" , "qi.z.zhang@intel.com" , "stable@dpdk.org" To: Shahed Shaikh , Chaitanya Babu Talluri , "dev@dpdk.org" Return-path: In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/22/2019 8:02 AM, Shahed Shaikh wrote: >> -----Original Message----- >> From: Chaitanya Babu Talluri >> Sent: Friday, March 22, 2019 1:22 PM >> To: dev@dpdk.org >> Cc: reshma.pattan@intel.com; jananeex.m.parthasarathy@intel.com; Rasesh >> Mody ; Shahed Shaikh ; >> beilei.xing@intel.com; qi.z.zhang@intel.com; Chaitanya Babu Talluri >> ; stable@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@dpdk.org >> >> Signed-off-by: Chaitanya Babu Talluri > > For bnx2x PMD changes - > Acked-by: Shahed Shaikh > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.