Re: [dpdk-dev] [PATCH] examples/flow_classify: fix fseek error handling

2017-11-07 Thread Ferruh Yigit
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 >> >> Ch

Re: [dpdk-dev] [PATCH] examples/flow_classify: fix fseek error handling

2017-11-03 Thread Singh, Jasvinder
> -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. > > Cove

[dpdk-dev] [PATCH] examples/flow_classify: fix fseek error handling

2017-11-01 Thread Bernard Iremonger
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 --- examples/flow_classify/flow_classify.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a