From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: Fix wrong error checking while parsing device arguments Date: Mon, 20 Jun 2016 10:49:45 +0200 Message-ID: <2465658.IPDH4Le8UN@xps13> References: <1465961209-28309-1-git-send-email-mukawa@igel.co.jp> <1466044391-3210-1-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, David Marchand , "Mcnamara, John" , michalx.k.jastrzebski@intel.com To: Tetsuya Mukawa Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 8EF2F91BF for ; Mon, 20 Jun 2016 10:49:47 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id f126so59627914wma.1 for ; Mon, 20 Jun 2016 01:49:47 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-17 14:10, David Marchand: > On Thu, Jun 16, 2016 at 4:33 AM, Tetsuya Mukawa wrote: > > This patch fixes wrong error checking of rte_eal_parse_devargs_str(). > > Currently, a return value of strdup() is wrongly checked. > > > > Fixes: 0fe11ec592b2 ("eal: add vdev init and uninit") > > Signed-off-by: Tetsuya Mukawa > > Forgot to pass this patch through scripts/check-git-log.sh script : > > Wrong headline uppercase: > eal: Fix wrong error checking while parsing device arguments > > > With this fixed, you can add my ack. Applied, thanks