From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] examples/flow_classify: fix fseek error handling Date: Tue, 7 Nov 2017 00:22:16 -0800 Message-ID: References: <1509538229-1354-1-git-send-email-bernard.iremonger@intel.com> <54CBAA185211B4429112C315DA58FF6D332802B7@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: "Singh, Jasvinder" , "Iremonger, Bernard" , "dev@dpdk.org" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EF56D1B3CE for ; Tue, 7 Nov 2017 09:22:19 +0100 (CET) In-Reply-To: <54CBAA185211B4429112C315DA58FF6D332802B7@IRSMSX103.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/3/2017 5:13 AM, Singh, Jasvinder wrote: > > >> -----Original Message----- >> From: Iremonger, Bernard >> Sent: Wednesday, November 1, 2017 12:10 PM >> To: dev@dpdk.org; Singh, Jasvinder >> Cc: Iremonger, Bernard >> Subject: [PATCH] examples/flow_classify: fix fseek error handling >> >> Check return value of fseek and exit if non zero. >> >> Coverity issue: 143435 >> >> Fixes: bab16ddaf2c1 ("examples/flow_classify: add sample application") >> Signed-off-by: Bernard Iremonger > Acked-by: Jasvinder Singh Applied to dpdk-next-net/master, thanks.