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 C85A9A0548; Thu, 1 Apr 2021 13:50:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3E201410B2; Thu, 1 Apr 2021 13:50:07 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 968324067B; Thu, 1 Apr 2021 13:50:06 +0200 (CEST) IronPort-SDR: CidZLEVdCFIOihmFzn32mSqOp9xeHxZlSfKj63gMosJX8dFWOTJPGkBxugVhwopr2XrGjXfKGe wC9/ZXOD9WVA== X-IronPort-AV: E=McAfee;i="6000,8403,9940"; a="188967433" X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="188967433" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 04:50:05 -0700 IronPort-SDR: ryNiXK42j8tPcTBOSyBjvmYI9SOQEwm2/ENhlSZE0x+n06yBVTq7xx1/Sx8necUEF8CnhU9Tjm kUGCLaewrK5A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="455953639" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 01 Apr 2021 04:50:05 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx601.amr.corp.intel.com (10.18.126.81) 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 04:50:04 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) 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 19:50:02 +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 19:50:02 +0800 From: "Zhang, Qi Z" To: "Huang, Wei" , "dev@dpdk.org" , "Xu, Rosen" CC: "stable@dpdk.org" , "Zhang, Tianfei" Thread-Topic: [PATCH v1 0/4] Fix coverity issues reported in DPDK-26380 Thread-Index: AQHXGwaFOqp+nPAH1UqlponevJg3vqqfpCtw Date: Thu, 1 Apr 2021 11:50:02 +0000 Message-ID: References: <1615969296-17021-1-git-send-email-wei.huang@intel.com> In-Reply-To: <1615969296-17021-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/4] Fix coverity issues reported in DPDK-26380 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:22 PM > To: dev@dpdk.org; Xu, Rosen ; Zhang, Qi Z > > Cc: stable@dpdk.org; Zhang, Tianfei ; Huang, Wei > > Subject: [PATCH v1 0/4] Fix coverity issues reported in DPDK-26380 >=20 > Below coverity issues are fixed in this patch set. > 367477, 367478, 367481, 367483 >=20 > Wei Huang (4): > raw/ifpga/base: use trusted buffer to free > raw/ifpga/base: check return value of lseek > raw/ifpga/base: assign unsigned value to length > raw/ifpga/base: check pointer before dereferencing >=20 > drivers/raw/ifpga/base/ifpga_fme_rsu.c | 26 +++++++++++++++++++++++--- > drivers/raw/ifpga/base/ifpga_sec_mgr.c | 2 +- > 2 files changed, 24 insertions(+), 4 deletions(-) >=20 > -- > 2.29.2 Applied to dpdk-next-net-intel. Thanks Qi