From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [RFC 0/5] more Coverity related bug fixes Date: Tue, 6 Nov 2018 13:48:56 -0800 Message-ID: <20181106214901.1392-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by dpdk.org (Postfix) with ESMTP id 7618F239 for ; Tue, 6 Nov 2018 22:49:05 +0100 (CET) Received: by mail-pl1-f170.google.com with SMTP id b5-v6so6834312pla.6 for ; Tue, 06 Nov 2018 13:49:05 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.17.1