From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id EF995D80F71 for ; Thu, 9 Nov 2023 17:39:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=vao+0MIPkLTDq3zo40+RrM0iMv+2NaR5aPSgXUtCeHU=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1699551556; v=1; b=gB4oDBsX9EehOufWoTMBr6z7rSbIRIciIhHWRygDnKAAtITTjNonuXqqUQbJBl6YPrJiHpbf TIOV/gPhfX/uosiUU3M5drfHKX0k13z4EpYZDmAya2F0uw6jkl7CqIIaDCDqCl4/g8psGajA0nb N5GbH1vTvcNyJSgtWIi+IYeo= X-Received: by 127.0.0.2 with SMTP id ivZMYY7687511xJJMQ4biZAm; Thu, 09 Nov 2023 09:39:16 -0800 X-Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) by mx.groups.io with SMTP id smtpd.web10.189.1699551555861036115 for ; Thu, 09 Nov 2023 09:39:15 -0800 X-Received: by mail-io1-f48.google.com with SMTP id ca18e2360f4ac-7a94c5538aeso40053539f.3 for ; Thu, 09 Nov 2023 09:39:15 -0800 (PST) X-Gm-Message-State: Eb69Fb17AZd6Jze4dfkV3VfKx7686176AA= X-Google-Smtp-Source: AGHT+IGNXF9WUrBM9dYcXPsq4z/co5MHHDE9pAEbTMBt/Ek58XcO3bNqV2SNyKmAAgVJSlW2AjNU6A== X-Received: by 2002:a05:6602:3422:b0:79f:cdb4:3f87 with SMTP id n34-20020a056602342200b0079fcdb43f87mr2587821ioz.4.1699551554779; Thu, 09 Nov 2023 09:39:14 -0800 (PST) X-Received: from user-Latitude-5420.dc1.ventanamicro.com ([2401:4900:1f24:28fe:87c2:d0fc:f722:4f0d]) by smtp.gmail.com with ESMTPSA id ei14-20020a05663829ae00b0045c1fcf2ef7sm3876355jab.37.2023.11.09.09.39.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Nov 2023 09:39:14 -0800 (PST) From: "Ranbir Singh" To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v3 0/2] BZ 4212: Fix MdeModulePkg/Bus/Pci/PciHostBridgeDxe issues pointed by Coverity Date: Thu, 9 Nov 2023 23:09:05 +0530 Message-Id: <20231109173908.364630-1-rsingh@ventanamicro.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,rsingh@ventanamicro.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=gB4oDBsX; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none v2 -> v3: - Rebased to latest master HEAD - Replaced continue with CpuDeadLoop wrt OVERRUN issue - Changed to more generic solution wrt MISSING_BREAK issue v1 -> v2: - Rebased to latest master HEAD - Changed the commit message wrt MISSING_BREAK issues - Cc update Ranbir Singh (2): MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix OVERRUN Coverity issues MdeModulePkg/Bus/Pci/PciHostBridgeDxe: Fix MISSING_BREAK Coverity issue MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c | 65 ++++++++++---------- 1 file changed, 31 insertions(+), 34 deletions(-) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110992): https://edk2.groups.io/g/devel/message/110992 Mute This Topic: https://groups.io/mt/102490510/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-