From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v1] devargs: fix variadic parsing memory leak Date: Thu, 25 Oct 2018 08:53:52 +0200 Message-ID: <11252037.8dCfCfIrUX@xps> References: <20181017143013.29434-1-gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Gaetan Rivet Return-path: In-Reply-To: <20181017143013.29434-1-gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/10/2018 16:30, Gaetan Rivet: > rte_devargs_parsef will leak memory each time it is called. > The device string must be freed. > > Fixes: a23bc2c4e01b ("devargs: add non-variadic parsing function") > CC: stable@dpdk.org > Signed-off-by: Gaetan Rivet Applied, thanks