RE: [PATCH] net/ice: fix possible memory leak

2024-07-11 Thread Medvedkin, Vladimir
Hi Bruce, Sure, will submit v2. Thanks! -Original Message- From: Richardson, Bruce Sent: Thursday, July 11, 2024 6:05 PM To: Medvedkin, Vladimir Cc: dev@dpdk.org; ting...@intel.com; Stolarchuk, Michael Subject: Re: [PATCH] net/ice: fix possible memory leak On Thu, Jul 11, 2024 at

Re: [PATCH] net/ice: fix possible memory leak

2024-07-11 Thread Bruce Richardson
On Thu, Jul 11, 2024 at 04:59:07PM +, Vladimir Medvedkin wrote: > This patch fixes possible memleak inside the > ice_hash_parse_raw_pattern(). > Additionally replaces using strlen() with more secure strnlen(). > Also replaces the returned inconsistent rte_errno > with explicit error statuses. >

[PATCH] net/ice: fix possible memory leak

2024-07-11 Thread Vladimir Medvedkin
This patch fixes possible memleak inside the ice_hash_parse_raw_pattern(). Additionally replaces using strlen() with more secure strnlen(). Also replaces the returned inconsistent rte_errno with explicit error statuses. Fixes: 1b9c68120a1c ("net/ice: enable protocol agnostic flow offloading in RSS