From patchwork Wed Mar 27 09:33:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ananyev, Konstantin" X-Patchwork-Id: 51769 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9AF60548B; Wed, 27 Mar 2019 10:33:37 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2934B532C for ; Wed, 27 Mar 2019 10:33:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2019 02:33:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,276,1549958400"; d="scan'208";a="331090263" Received: from sivswdev08.ir.intel.com ([10.237.217.47]) by fmsmga006.fm.intel.com with ESMTP; 27 Mar 2019 02:33:33 -0700 From: Konstantin Ananyev To: dev@dpdk.org Cc: akhil.goyal@nxp.com, Konstantin Ananyev Date: Wed, 27 Mar 2019 09:33:26 +0000 Message-Id: <20190327093329.12521-1-konstantin.ananyev@intel.com> X-Mailer: git-send-email 2.18.0 Subject: [dpdk-dev] [PATCH 0/3] few trivial fixes for ipsec-secgw X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" three simple fixes for ipsec-secgw, first two reported by Coverity. Konstantin Ananyev (3): examples/ipsec-secgw: fix invalid out-of-bound check examples/ipsec_secgw: fix possible NULL dereference examples/ipsec-secgw: fix typo in test script examples/ipsec-secgw/ipsec-secgw.c | 2 +- examples/ipsec-secgw/ipsec_process.c | 11 ++++------- examples/ipsec-secgw/test/run_test.sh | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-)