From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8BEA0A0487 for ; Mon, 1 Jul 2019 19:53:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 142061B964; Mon, 1 Jul 2019 19:53:27 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id AE0F55424 for ; Mon, 1 Jul 2019 19:53:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 9F217545; Mon, 1 Jul 2019 13:53:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 01 Jul 2019 13:53:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=h4e42ZfVziCRZPOXtA9MYMz5aLHwszgnPfyinuftYH8=; b=YKyxkFbLoflR xevBdz55GzYOajysKi/IIl4FazbUkk4od59+PPDWcLT9foRUOWtwQvit0ZR8YU8m kvfMJr4ZKLjoBof1QyU2Q1yf41rNWfsIv4+m86ARv3uPhtFlWNDX9iwAhlzN3P1V k11nyrTPbKmT7cAXf2miUifbOjPCa2M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=h4e42ZfVziCRZPOXtA9MYMz5aLHwszgnPfyinuftY H8=; b=dHX/N70QnX80bqHvt2X94mWRU17x6PG75l2HeFqmrWx0OVcoBRFJ7og13 KCgJkt5KWEbUSkQMbOXj/r7juNBdk7XWspMQPkIFaVkWD3cZalyY6RBtji4i+Y6d bjL/+tJ1fnVnKK5WvSFFRg9OA07xnBMGQiyLsKwojriVef2/PL2VYZ8MLG7gHEPY nD9t9imhihkEjYT4OzdrKGkeCBxn/IiAg8xJvY+UaIp20J9eMT5EwPxx2mtpqFwI 40VoMr27vqS5fJIyyEbV2YkXU3cZ8Wu8JvmyEsoqkzoxr0hO/RJuMxgbUcQwoZ1H YbZvDEY48FoFIbi2p9blaQgHBmFAg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdeigdduudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0FD268006A; Mon, 1 Jul 2019 13:53:22 -0400 (EDT) From: Thomas Monjalon To: Thinh Tran Cc: dev@dpdk.org, Shreyansh Jain Date: Mon, 01 Jul 2019 19:53:21 +0200 Message-ID: <1572906.7FUsChivgm@xps> In-Reply-To: References: <20190611214412.18388-1-thinhtr@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] raw/skeleton: fix test raw_attr set get failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/06/2019 07:35, Shreyansh Jain: > > -----Original Message----- > > From: dev On Behalf Of Thinh Tran > > Sent: Wednesday, June 12, 2019 3:14 AM > > To: dev@dpdk.org > > Cc: Thinh Tran > > Subject: [dpdk-dev] [PATCH] raw/skeleton: fix test raw_attr set get failure > > > > Using memory on the stack instead of on the heap by calling malloc > > also avoid memory leak in case of test case failures > > > > Fixes: 88d0e47880ec ("raw/skeleton: fix memory leak on test failure") Cc: stable@dpdk.org > > Signed-off-by: Thinh Tran > > --- > > Thanks - I had ignored this issue for quite long now. > > Acked-by: Shreyansh Jain Applied, thanks