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 4D45BA00C5; Thu, 7 May 2020 05:11:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA91E1D949; Thu, 7 May 2020 05:11:47 +0200 (CEST) Received: from rnd-relay.smtp.broadcom.com (rnd-relay.smtp.broadcom.com [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id AC7671D942 for ; Thu, 7 May 2020 05:11:46 +0200 (CEST) Received: from mail-irv-17.broadcom.com (mail-irv-17.lvn.broadcom.net [10.75.242.48]) by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id D095B30C057 for ; Wed, 6 May 2020 20:11:11 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.10.3 rnd-relay.smtp.broadcom.com D095B30C057 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1588821071; bh=7fhcZnPJ4PpdtaFVjdwA7zqYV3RXsimpVvdnWFa3vls=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tcuIeXaHOQ8pBLzaMcFNs7+vnzRoUauDIhnz3kwSRDiqQZ15fdk3P4pwcYv5WlkPh Ldx69jc0tSGPIsiEU5dxNiP35NxvQWdjGj9xJMX9Gtii/FIE3j6oddl5OkpziBU0iN VcLkl56cChzLv44d8hBKfY3HJsRkCsGYXvazRWJg= Received: from localhost.localdomain (unknown [10.230.26.175]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id 3184014008B for ; Wed, 6 May 2020 20:11:44 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Date: Wed, 6 May 2020 20:11:34 -0700 Message-Id: <20200507031136.46035-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) In-Reply-To: <20200505191738.58219-1-ajit.khaparde@broadcom.com> References: <20200505191738.58219-1-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/2] fix coverity reported issues 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" Fix issues reported by Coverity. Note that one issue addressed by patch [1/2] was reported in internal coverity scan. v1->v2: mention that one of the issue was reported in internal scan. Ajit Khaparde (1): net/bnxt: fix uninitialized variable error Kishore Padmanabha (1): net/bnxt: fix overrun of the ulp device params array drivers/net/bnxt/tf_core/tf_tbl.c | 2 +- drivers/net/bnxt/tf_ulp/ulp_template_db.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.21.1 (Apple Git-122.3)