Re: [dpdk-dev] [PATCH v2 0/3] Coverity fixes for malloc

2018-04-27 Thread Thomas Monjalon
25/04/2018 12:15, Anatoly Burakov: > This patchset fixes a few Coverity issues in malloc > introduced by recent DPDK memory hotplug patchset. > > Coverity issues fixed: > - 272566 - possible null dereference > - 272574 - use value before verification > > The following coverity issues were not fix

[dpdk-dev] [PATCH v2 0/3] Coverity fixes for malloc

2018-04-25 Thread Anatoly Burakov
This patchset fixes a few Coverity issues in malloc introduced by recent DPDK memory hotplug patchset. Coverity issues fixed: - 272566 - possible null dereference - 272574 - use value before verification The following coverity issues were not fixed: - 272573 - calling memset with size 0 - This