From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] examples/distributor: fix unchecked return value Date: Mon, 16 May 2016 19:25:47 +0200 Message-ID: <182948788.aIWHD6CJnZ@xps13> References: <1461069108-6354-1-git-send-email-marcinx.kerlin@intel.com> <3AEA2BF9852C6F48A459DA490692831F01024C0B@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Pattan, Reshma" , "Richardson, Bruce" To: "Kerlin, MarcinX" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id B02365A79 for ; Mon, 16 May 2016 19:25:49 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id g17so147217126wme.1 for ; Mon, 16 May 2016 10:25:49 -0700 (PDT) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F01024C0B@IRSMSX109.ger.corp.intel.com> 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" > > Fix issue reported by Coverity. > > > > Coverity ID 13207: > > Value returned from a function is not checked for errors before being used. > > > > Fixes: 07db4a975094 ("examples/distributor: new sample app") > > > > Signed-off-by: Marcin Kerlin > > Acked-by: Reshma Pattan Applied, thanks