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 1E2E29412C5 for ; Wed, 16 Aug 2023 05:38:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ronjqYm0vU5qtlDWplwTLD3f9ToFQSxaGLLPJy6pSsQ=; 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=1692164287; v=1; b=bhqlApgmSimouLeIe+CeB28caBYs+ZV9vmwMI9cjIpLLbp0nk9bN16cknpsQgB3kmtwZSnLa +fgJqG0dAba9QeXiIVTsL3ZORgYf47D9Pf+cI3/BbzaE0yUoKYf2F/cZFf2BbNaqPLKmkB4U3PZ 8gCA2fL8p7lk1tK1D4EZHtug= X-Received: by 127.0.0.2 with SMTP id M0tNYY7687511xIQeWhuZc0I; Tue, 15 Aug 2023 22:38:07 -0700 X-Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mx.groups.io with SMTP id smtpd.web11.154667.1692164287190628574 for ; Tue, 15 Aug 2023 22:38:07 -0700 X-Received: by mail-pf1-f174.google.com with SMTP id d2e1a72fcca58-68874269df4so748387b3a.2 for ; Tue, 15 Aug 2023 22:38:07 -0700 (PDT) X-Gm-Message-State: hgltHvmHBsFtUWekNWiXScTpx7686176AA= X-Google-Smtp-Source: AGHT+IGjUOyibIEdhYDbJq4yfA25tD1eI2HL3fx59SR+FlDWEX2mXYat163KzAkpL9z5FiVZt1Fcxg== X-Received: by 2002:a05:6a00:895:b0:687:5763:ef27 with SMTP id q21-20020a056a00089500b006875763ef27mr787747pfj.33.1692164286606; Tue, 15 Aug 2023 22:38:06 -0700 (PDT) X-Received: from user-Latitude-5420.dc1.ventanamicro.com ([106.51.83.242]) by smtp.gmail.com with ESMTPSA id p2-20020aa78602000000b006889081281bsm424737pfn.138.2023.08.15.22.38.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Aug 2023 22:38:06 -0700 (PDT) From: "Ranbir Singh" To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v2 0/2] MdeModulePkg/Bus/Pci/UhciDxe: Fix issues pointed by Coverity Date: Wed, 16 Aug 2023 11:08:01 +0530 Message-Id: <20230816053803.1142517-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=bhqlApgm; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io v1 -> v2: - Update patch wrt BAD_SHIFT changes as per review comments Ranbir Singh (2): MdeModulePkg/Bus/Pci/UhciDxe: Fix BAD_SHIFT Coverity issue MdeModulePkg/Bus/Pci/UhciDxe: Fix FORWARD_NULL Coverity issues MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c | 10 +++++++++- MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c | 9 +++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107788): https://edk2.groups.io/g/devel/message/107788 Mute This Topic: https://groups.io/mt/100774223/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-