From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 79979A04E7; Mon, 2 Nov 2020 13:23:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2FD2AC846; Mon, 2 Nov 2020 13:23:27 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id E96DFC842 for ; Mon, 2 Nov 2020 13:23:24 +0100 (CET) IronPort-SDR: IlN4WhfAH2zyk5dGf7XZg/66WptN+ouFDtdYuKis9EOsxijLoWOg9J3ChhqUtr7FI6zihYc6eA Nwoq31D62FTg== X-IronPort-AV: E=McAfee;i="6000,8403,9792"; a="148156700" X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="148156700" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 04:23:23 -0800 IronPort-SDR: 891cpasmo3ZAGJQQczAT7xzXrGYo2IG1qPOwSilY9geUBJNQKOHJOUXqxYFRAzqq9s1dXRnOOe TSz807ChkQkg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="357306321" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga002.fm.intel.com with ESMTP; 02 Nov 2020 04:23:23 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Nov 2020 04:23:22 -0800 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.1713.5; Mon, 2 Nov 2020 20:23:19 +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.1713.004; Mon, 2 Nov 2020 20:23:19 +0800 From: "Zhang, Qi Z" To: "Huang, Wei" , "dev@dpdk.org" , "Xu, Rosen" Thread-Topic: [PATCH v2 0/2] raw/ifpga: fix coverity defects Thread-Index: AQHWrlsBU3jn4S3ChkKCBNSKvrzvq6m0yRfA Date: Mon, 2 Nov 2020 12:23:19 +0000 Message-ID: <0eb9689c8ef54675ae022e9387f44952@intel.com> References: <1604017294-23479-1-git-send-email-wei.huang@intel.com> In-Reply-To: <1604017294-23479-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 v2 0/2] raw/ifpga: fix coverity defects 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" > -----Original Message----- > From: Huang, Wei > Sent: Friday, October 30, 2020 8:22 AM > To: dev@dpdk.org; Xu, Rosen ; Zhang, Qi Z > > Cc: Huang, Wei > Subject: [PATCH v2 0/2] raw/ifpga: fix coverity defects >=20 > These two patches fix defects found by coverity scan. >=20 > Main changes from v2: > - Fix coding style issue >=20 > Wei Huang (2): > raw/ifpga: terminate string filled by readlink with null > raw/ifpga: use trusted buffer to free >=20 > drivers/raw/ifpga/ifpga_rawdev.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) >=20 > -- > 2.7.3 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi