From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 7CB2C4AAD for ; Fri, 22 Jul 2016 11:02:17 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id o80so56964577wme.1 for ; Fri, 22 Jul 2016 02:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=uMZkpjIx0/FmZrExyJwPP3oqMCNT7NqQW9D2DVAN35M=; b=fWCSZEjrMlqJBb/G2JBiN0nVHQlrPQlID9wGHmYu6HLygv91UundRqp9wu9Qlf5tBJ mXHJHvXgY5P5qGEzf6LrTagNtUsf+jxEYweLVR40VfKBtr0Ep5lj7BxmOy8EfX8ovPDi 8sG+i8KMELIi8Cps28iMEANFRmembCWd8p+5EU5iNBXir/TibaCrKjaE+3aEch7sdLb9 xZwCjEw/ZWaqfD6D3OtRAzshQiCsbpAPE6jcKiznivvjFF+8z6a89Gyiv8YboYWbR2nv 1zM+ChEMissQJFERGI0158gQBpyGeHG59YIXpArJUMAUlXwekHe3N3OHWbgSbup1Gsl8 teow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=uMZkpjIx0/FmZrExyJwPP3oqMCNT7NqQW9D2DVAN35M=; b=SNcCMolaHWbUg+ZR7TdJazqMy0FwpSmhj/v5U9j7ilFkN9ZRufPe4FYRytSjCqtK38 J0jLDJcQVaaRImxj7MR3hAdHWUvJI7xjoLHw55gyRrA3TwfBsEPdkQhl3uPhD67wbR7e +jo5einh/R2zJcSbNGjAp1gdvsroOH0isZYSwAKqU5YIp5up4/kNXw4JtwpTkGC3qj16 wnQPYqEaA4Mwh7CWT14QhjKH1NrgN3hhdsYQbQngQ4xBcL0mjYEhoDym2Ld7jlg07D3b pgF95LzmUpFK6O70x8MClpzencHgqCep/uK1ZpeVjy0/WMubhmH9G/oZmsbQAzvz5eIP yAig== X-Gm-Message-State: AEkoousHjTXo9ZAuVuK1Api3CQKXjHZBJgxytG9UJYQPivTpMaFYRP7g9aMv9/7JqjId5art X-Received: by 10.28.25.71 with SMTP id 68mr4029626wmz.91.1469178137284; Fri, 22 Jul 2016 02:02:17 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id w129sm11458692wmd.9.2016.07.22.02.02.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 02:02:16 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Cc: dev@dpdk.org, declan.doherty@intel.com, reshma.pattan@intel.com, john.nmcnamara@intel.com Date: Fri, 22 Jul 2016 11:02:15 +0200 Message-ID: <3158351.oxP5ozEVNL@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1468848064-19131-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1468846036-228978-1-git-send-email-pablo.de.lara.guarch@intel.com> <1468848064-19131-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] crypto: fix memory leak X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 09:02:17 -0000 2016-07-18 14:21, Pablo de Lara: > When parsing the parameters for virtual device initialization, > rte_kvargs structure was being freed only if there was an error, > not when parsing was successful. > > Coverity issue: 124568 > > Fixes: f3e764fa2fb7 ("cryptodev: uninline parameter parsing") > > Signed-off-by: Pablo de Lara > Acked-by: Reshma Pattan Applied, thanks