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 4D4467803D0 for ; Tue, 7 Nov 2023 05:39:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=UqY2/hAOFIxKqwf4tC9co2BOmzsf4/AIAR46ciXKvaY=; 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=1699335541; v=1; b=wDyo8yIywo0Y4eIIHbsiap/dWUOAjjoWKO1070nAqYHqOhjD6ZauOBJn9GP5UP6uUdYnChPz rPlVaPZ5FE/Yl9kOHJ4CVmxLGpjrhW284Q+hBFVrXNKNDOCiFALK/XSsqUbypCUBxBkQhzR6qhC S9E/onKi4l/xgRxoDKbbrpqk= X-Received: by 127.0.0.2 with SMTP id zcQjYY7687511xFs10QDrPxh; Mon, 06 Nov 2023 21:39:01 -0800 X-Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by mx.groups.io with SMTP id smtpd.web11.4240.1699335541022676772 for ; Mon, 06 Nov 2023 21:39:01 -0800 X-Received: by mail-io1-f45.google.com with SMTP id ca18e2360f4ac-7a689bd4928so149294839f.0 for ; Mon, 06 Nov 2023 21:39:00 -0800 (PST) X-Gm-Message-State: b5PKqM56wKeFPIzJQsLnWuibx7686176AA= X-Google-Smtp-Source: AGHT+IESQZ7H9rgaFcK9rgyEFbz34w60wg5/M7xsuvjS0kRqRaesqUR1jaUhOc+8wJDYXN7PRx7blA== X-Received: by 2002:a05:6e02:178f:b0:359:3187:c30d with SMTP id y15-20020a056e02178f00b003593187c30dmr1736175ilu.5.1699335539986; Mon, 06 Nov 2023 21:38:59 -0800 (PST) X-Received: from user-Latitude-5420.dc1.ventanamicro.com ([2401:4900:1f24:775d:7335:84a5:7d11:9393]) by smtp.gmail.com with ESMTPSA id r5-20020a92c5a5000000b00357ff86c542sm2953080ilt.4.2023.11.06.21.38.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Nov 2023 21:38:59 -0800 (PST) From: "Ranbir Singh" To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v3 0/2] BZ 4222: Fix MdeModulePkg/Bus/Usb/UsbMouseDxe issues pointed by Coverity Date: Tue, 7 Nov 2023 11:08:51 +0530 Message-Id: <20231107053853.76448-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=wDyo8yIy; 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 v2 -> v3: - Dropped the ASSERT wrt REVERSE_INULL issue as suggested - Added Reviewed-by: tags - Rebased to latest master HEAD v1 -> v2: - Rebased to latest master HEAD - Changed the solution wrt MISSING_BREAK issues Ranbir Singh (2): MdeModulePkg/Bus/Usb/UsbMouseDxe: Fix REVERSE_INULL Coverity issue MdeModulePkg/Bus/Usb/UsbMouseDxe: Fix MISSING_BREAK Coverity issues MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c | 6 ++++++ MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110802): https://edk2.groups.io/g/devel/message/110802 Mute This Topic: https://groups.io/mt/102437985/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-