> Anatoly Burakov (9):
> mem: use strlcpy instead of snprintf
> mem: fix resource leak
> mem: fix potential double close
> mem: fix potential resource leak
> mem: fix potential resource leak
> mem: fix comparing pointer to value
> mem: fix potential bad unmap
> mem: fix statement ha
This patchset fixes a host of coverity issues in memory subsystem
introduced with recent DPDK memory hotplug patchset.
Coverity issues fixed:
- 272601 - leaking fd
- 272560 - double close fd
- 272568 - leaking fd
- 272570 - leaking fd
- 272589 - dereference before null check
- 272602 - freeing wro
2 matches
Mail list logo