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 07B10A0548; Thu, 1 Apr 2021 14:17:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6FE38141141; Thu, 1 Apr 2021 14:17:29 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id F254F141136; Thu, 1 Apr 2021 14:17:26 +0200 (CEST) IronPort-SDR: qcgs44dFyu7dq7/agvsyPHjpsMKiXZzWcNRfQPd129387ebbN5iKYcaLEOMNpmpg0JxxVD31f3 TkVlrdTCen0w== X-IronPort-AV: E=McAfee;i="6000,8403,9940"; a="179361735" X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="179361735" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 05:17:25 -0700 IronPort-SDR: XVZHnr3Ui9MRxi66RB0ssur8CO4SDt4V/VB8hoDGBI6JE1NoopzPlJveaPCoERlJDWyq9FjT5w HZGtFq9GJ0qQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="412662095" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga008.fm.intel.com with ESMTP; 01 Apr 2021 05:17:25 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 1 Apr 2021 05:17:24 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 1 Apr 2021 20:17:22 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Thu, 1 Apr 2021 20:17:22 +0800 From: "Zhang, Qi Z" To: "Huang, Wei" , "dev@dpdk.org" , "Xu, Rosen" CC: "stable@dpdk.org" , "Zhang, Tianfei" Thread-Topic: [PATCH v1 0/2] Fix coverity issues reported in DPDK-26381 Thread-Index: AQHXGwbRLaFIS5L3+Eeqt1FvfWWTH6qfq89w Date: Thu, 1 Apr 2021 12:17:22 +0000 Message-ID: <8e131c776fcc46fb8cb44fdd0d91db17@intel.com> References: <1615969417-17118-1-git-send-email-wei.huang@intel.com> In-Reply-To: <1615969417-17118-1-git-send-email-wei.huang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 0/2] 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" > -----Original Message----- > From: Huang, Wei > Sent: Wednesday, March 17, 2021 4:24 PM > To: dev@dpdk.org; Xu, Rosen ; Zhang, Qi Z > > Cc: stable@dpdk.org; Zhang, Tianfei ; Huang, Wei > > Subject: [PATCH v1 0/2] Fix coverity issues reported in DPDK-26381 >=20 > Below coverity issues are fixed in this patch set. > 367480, 367482 >=20 > Wei Huang (2): > raw/ifpga/base: use untained variable as argument > raw/ifpga/base: add argument to use untained variable >=20 > drivers/raw/ifpga/base/ifpga_fme.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) >=20 > -- > 2.29.2 Applied to dpdk-next-net-intel. Thanks Qi