From patchwork Thu Apr 8 08:51:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Huang X-Patchwork-Id: 90853 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8BAEBA0579; Thu, 8 Apr 2021 10:57:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76E52141181; Thu, 8 Apr 2021 10:57:40 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 43432141182; Thu, 8 Apr 2021 10:57:39 +0200 (CEST) IronPort-SDR: OJGjWfgr86d/pjIDSJKhTN4tCvum+I/VcikJNNmxUGYUEBMP5NC6y7GA0RYzn3Xs9WsZ7oQYKa c+tp5AIvnPGg== X-IronPort-AV: E=McAfee;i="6000,8403,9947"; a="173575032" X-IronPort-AV: E=Sophos;i="5.82,205,1613462400"; d="scan'208";a="173575032" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 01:57:38 -0700 IronPort-SDR: A2lKWYvFwUBe0TQ9B3s8Kx/bf9Xr+sfLdnp6Eq3gV+9xCblK9ZBbvGUET1xLcr1pqW7X8EX3Ht ToG62IlZeb6g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,205,1613462400"; d="scan'208";a="458739848" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.238.175.107]) by orsmga001.jf.intel.com with ESMTP; 08 Apr 2021 01:57:35 -0700 From: Wei Huang To: dev@dpdk.org, rosen.xu@intel.com, qi.z.zhang@intel.com Cc: stable@dpdk.org, tianfei.zhang@intel.com, ferruh.yigit@intel.com, Wei Huang Date: Thu, 8 Apr 2021 04:51:50 -0400 Message-Id: <20210408085151.54996-1-wei.huang@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2 0/1] Fix coverity issues reported in DPDK-26381 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" Below coverity issues are fixed in this patch set. 367480, 367482 Main changes from v1: - change two patches to one patch because they have the same root cause Wei Huang (1): raw/ifpga/base: check size before assigning drivers/raw/ifpga/base/opae_intel_max10.c | 2 +- drivers/raw/ifpga/base/opae_intel_max10.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)