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 08418740054 for ; Tue, 18 Jul 2023 09:02:05 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=nH6aEKpjUaaLiHgsTeNxXWt4Gx7NwlCy+yend9THJkI=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-Received:X-Gm-Message-State:X-Google-Smtp-Source:X-Received:X-Received:From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Unsubscribe:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:Content-Transfer-Encoding; s=20140610; t=1689670924; v=1; b=ti7u6vmLIr85Pnw+DSRU/CQ62+EyRDdbguEQAgkwolhFX1qI0wNi6H2AxpeXrVfA7a2Sqw0b TLuWy+cHFI6fD/5jYWWAs6/+oicXWuqWtZ5MLWo0HHHveGrCdhReGUkSdaTnzXMXJARmjiS7uGx 4DKWeK3YBC8mT6CfghjaS30Q= X-Received: by 127.0.0.2 with SMTP id PlpUYY7687511x0TFcmHdTYv; Tue, 18 Jul 2023 02:02:04 -0700 X-Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web10.5969.1689593916407336593 for ; Mon, 17 Jul 2023 04:38:36 -0700 X-Received: by mail-pf1-f178.google.com with SMTP id d2e1a72fcca58-66767d628e2so2727865b3a.2 for ; Mon, 17 Jul 2023 04:38:36 -0700 (PDT) X-Gm-Message-State: q0XhfiFroWp7e4zzMrg3NTgMx7686176AA= X-Google-Smtp-Source: APBJJlGjDoaUJocxNeHFlePNLwSmUQDZJB9R2wr1XHvMpHAtqpwpzi6VyXE4v1O1EFodMRlpedBdFA== X-Received: by 2002:a05:6a20:8406:b0:104:ad71:f080 with SMTP id c6-20020a056a20840600b00104ad71f080mr12810580pzd.34.1689593915593; Mon, 17 Jul 2023 04:38:35 -0700 (PDT) X-Received: from user-Latitude-5420.dc1.ventanamicro.com ([2401:4900:1cbd:8dd2:c2bf:93e0:5979:e5e0]) by smtp.gmail.com with ESMTPSA id a23-20020a637f17000000b0055b3af821d5sm12667349pgd.25.2023.07.17.04.38.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jul 2023 04:38:35 -0700 (PDT) From: Ranbir Singh To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v1 0/2] MdeModulePkg/Bus/Pci/UhciDxe: Fix issues pointed by Coverity Date: Mon, 17 Jul 2023 17:08:29 +0530 Message-Id: <20230717113831.2290882-1-rsingh@ventanamicro.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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 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=ti7u6vmL; 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 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 | 4 ++++ MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c | 9 +++++++++ 2 files changed, 13 insertions(+) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106993): https://edk2.groups.io/g/devel/message/106993 Mute This Topic: https://groups.io/mt/100212108/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-