From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BF344A0524; Mon, 19 Apr 2021 15:34:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8EE3A412E6; Mon, 19 Apr 2021 15:34:50 +0200 (CEST) Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by mails.dpdk.org (Postfix) with ESMTP id B1B4141283 for ; Mon, 19 Apr 2021 15:34:49 +0200 (CEST) Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FP7622BR7zqTdD; Mon, 19 Apr 2021 21:32:26 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Mon, 19 Apr 2021 21:34:36 +0800 From: "Min Hu (Connor)" To: CC: , , , , , , , , Date: Mon, 19 Apr 2021 21:34:39 +0800 Message-ID: <1618839289-33224-1-git-send-email-humin29@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH 00/10] fixes for clean code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset fix some bugs, to make the code more clean. Chengchang Tang (1): net/bonding: fix configuration assignment overflow HongBo Zheng (5): app/test: add NULL pointer check of memory allocation lib/librte_pipeline: fix the use of unsafe strcpy examples/l3fwd: add function return value check crypto/virtio: fix return values check error net/e1000: add function return value check Min Hu (Connor) (4): net/pfe: check return value common/sfc_efx/base: delete redundant handling bus/dpaa: fix management command init calling app/regex: fix division by zero app/test-regex/main.c | 8 +++++--- app/test/test_crc.c | 2 ++ drivers/bus/dpaa/base/qbman/bman.c | 6 ++---- drivers/common/sfc_efx/base/rhead_nic.c | 3 +-- drivers/crypto/virtio/virtio_rxtx.c | 4 ++-- drivers/net/bonding/rte_eth_bond_8023ad.c | 2 +- drivers/net/e1000/base/e1000_ich8lan.c | 2 ++ drivers/net/pfe/pfe_ethdev.c | 6 ++++++ examples/l3fwd/l3fwd_event.c | 6 +++++- lib/librte_pipeline/rte_swx_pipeline.c | 4 ++-- 10 files changed, 28 insertions(+), 15 deletions(-) -- 2.7.4