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 2FBDCA04FF; Thu, 24 Mar 2022 16:14:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1FED410FC; Thu, 24 Mar 2022 16:14:41 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id C4EAB40683 for ; Thu, 24 Mar 2022 16:14:39 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id B2A62A0503; Thu, 24 Mar 2022 16:14:39 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 980] bnxt: use of uninitalized data Date: Thu, 24 Mar 2022 15:14:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 21.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: david.marchand@redhat.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ajit.khaparde@broadcom.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 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 https://bugs.dpdk.org/show_bug.cgi?id=3D980 Bug ID: 980 Summary: bnxt: use of uninitalized data Product: DPDK Version: 21.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: other Assignee: ajit.khaparde@broadcom.com Reporter: david.marchand@redhat.com CC: dev@dpdk.org Target Milestone: --- This has been reported by covscan in our internal CI for v21.11: 1. dpdk-21.11/drivers/net/bnxt/tf_ulp/ulp_mapper.c:1745: var_decl: Declaring variable "fid_parms" without initializer. 8. dpdk-21.11/drivers/net/bnxt/tf_ulp/ulp_mapper.c:1783: uninit_use_in_call: Using uninitialized value "fid_parms.resource_sub_type" when calling "ulp_mapper_fdb_opc_process". 9. dpdk-21.11/drivers/net/bnxt/tf_ulp/ulp_mapper.c:1783: uninit_use_in_call: Using uninitialized value "fid_parms.fdb_flags" when calling "ulp_mapper_fdb_opc_process". # 1781| ulp_flow_db_shared_session_set(&fid_parms, tbl->shared_session); # 1782|=20=20=20 # 1783|-> rc =3D ulp_mapper_fdb_opc_process(parms, tbl, &fid_parms); # 1784| if (rc) # 1785| BNXT_TF_DBG(ERR, "Fail to link res to flow rc =3D %= d\n", rc); --=20 You are receiving this mail because: You are on the CC list for the bug.=