Re: [dpdk-dev] [PATCH 0/4] Fixes for coverity issues in fbarray

2018-04-23 Thread Thomas Monjalon
18/04/2018 10:51, Adrien Mazarguil: > On Tue, Apr 17, 2018 at 04:44:04PM +0100, Anatoly Burakov wrote: > > This patchset fixes a number of Coverity issues introduced > > in recent DPDK memory hotplug patchset. > > > > Coverity issues fixed: > > - 272564 - error condition not checked > > - 272579 -

Re: [dpdk-dev] [PATCH 0/4] Fixes for coverity issues in fbarray

2018-04-18 Thread Adrien Mazarguil
On Tue, Apr 17, 2018 at 04:44:04PM +0100, Anatoly Burakov wrote: > This patchset fixes a number of Coverity issues introduced > in recent DPDK memory hotplug patchset. > > Coverity issues fixed: > - 272564 - error condition not checked > - 272579 - dereference before null check > - 272586 - error

[dpdk-dev] [PATCH 0/4] Fixes for coverity issues in fbarray

2018-04-17 Thread Anatoly Burakov
This patchset fixes a number of Coverity issues introduced in recent DPDK memory hotplug patchset. Coverity issues fixed: - 272564 - error condition not checked - 272579 - dereference before null check - 272586 - error condition not checked There are two additional issues reported by coverity: -