Re: [dpdk-dev] [PATCH v2] examples/ntb: fix error handling

2019-08-06 Thread Thomas Monjalon
06/08/2019 09:45, Ye Xiaolong: > On 08/05, Xiaoyun Li wrote: > >This patch adds return value checking for fseek function to fix > >error handling issue found by coverity scan. > > > >Coverity issue: 344996 > >Fixes: c5eebf85badc ("examples/ntb: add example for NTB") > >Cc: sta...@dpdk.org > > > >Si

Re: [dpdk-dev] [PATCH v2] examples/ntb: fix error handling

2019-08-06 Thread Ye Xiaolong
On 08/05, Xiaoyun Li wrote: >This patch adds return value checking for fseek function to fix >error handling issue found by coverity scan. > >Coverity issue: 344996 >Fixes: c5eebf85badc ("examples/ntb: add example for NTB") >Cc: sta...@dpdk.org > >Signed-off-by: Xiaoyun Li >--- > examples/ntb/ntb_

[dpdk-dev] [PATCH v2] examples/ntb: fix error handling

2019-08-04 Thread Xiaoyun Li
This patch adds return value checking for fseek function to fix error handling issue found by coverity scan. Coverity issue: 344996 Fixes: c5eebf85badc ("examples/ntb: add example for NTB") Cc: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- examples/ntb/ntb_fwd.c | 10 -- 1 file changed,