mbox series

[RFC,0/5] more Coverity related bug fixes

Message ID 20181106214901.1392-1-stephen@networkplumber.org (mailing list archive)
Headers
Series more Coverity related bug fixes |

Message

Stephen Hemminger Nov. 6, 2018, 9:48 p.m. UTC
  There are some real bugs in here, not just noise.
Labeling this version as RFC since compile tested only.

Stephen Hemminger (5):
  bus/pci: fix allocation of pci device path
  bus/pci: fix TOCTOU issue
  bpf: fix validation of eal_divmod
  eal/memory: avoid double munmap in error path
  pipeline: remove dead code

 drivers/bus/pci/linux/pci_uio.c          | 40 +++++++++++-------------
 lib/librte_bpf/bpf_validate.c            |  2 +-
 lib/librte_eal/linuxapp/eal/eal_memory.c |  1 +
 lib/librte_pipeline/rte_table_action.c   |  2 --
 4 files changed, 21 insertions(+), 24 deletions(-)