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 967C7D80DF6 for ; Tue, 26 Sep 2023 06:40:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=R7SCshW5wOhITc1Rq+kcf6oTubhhSywIfcjM9tt5ekM=; 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=1695710405; v=1; b=ano3ViiGo2tTX4KQXab1dyK7DwApLE+aNuUQIJHooV1pU44ke4elietOlSR6HVIvOgG9GD3T Y9inImWFir3ajYnFkwGNfIIiV+n8k51SSziBeJUkmf0SG7zjDdNkeT0gqBMyc8WPCfrAqFuwoug at0xYEgefNLiWFRVBWHQD6Hc= X-Received: by 127.0.0.2 with SMTP id NaGbYY7687511x6G5cTFzq08; Mon, 25 Sep 2023 23:40:05 -0700 X-Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by mx.groups.io with SMTP id smtpd.web10.13231.1695710404376420280 for ; Mon, 25 Sep 2023 23:40:04 -0700 X-Received: by mail-ot1-f51.google.com with SMTP id 46e09a7af769-6bd04558784so5090056a34.3 for ; Mon, 25 Sep 2023 23:40:04 -0700 (PDT) X-Gm-Message-State: xlS678ZDCuvgl4w9lO0yoMF6x7686176AA= X-Google-Smtp-Source: AGHT+IHpKAU1RUBWFaB/Qh/tGUN/IVp8pt10Eas7K/oDfSa5UKeiblJnJ6aIGp7Un7Wo+LnQ8nJMwA== X-Received: by 2002:a9d:5e90:0:b0:6bc:8cd2:dd9c with SMTP id f16-20020a9d5e90000000b006bc8cd2dd9cmr9262751otl.36.1695710403408; Mon, 25 Sep 2023 23:40:03 -0700 (PDT) X-Received: from user-Latitude-5420.. ([2401:4900:1cbc:99f:aeba:67ec:3f47:cb02]) by smtp.gmail.com with ESMTPSA id q9-20020a639809000000b00573f82bb00esm8875606pgd.2.2023.09.25.23.40.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Sep 2023 23:40:02 -0700 (PDT) From: "Ranbir Singh" To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v1 0/5] BZ 4219: MdeModulePkg/Core/Dxe: Fix issues Date: Tue, 26 Sep 2023 12:09:53 +0530 Message-Id: <20230926063958.313858-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=ano3ViiG; 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 Ranbir Singh (5): MdeModulePkg/Core/Dxe: Fix FORWARD_NULL Coverity issues MdeModulePkg/Core/Dxe: Fix MISSING_BREAK Coverity issue MdeModulePkg/Core/Dxe: Fix DEADCODE Coverity issue MdeModulePkg/Core/Dxe: Fix OVERFLOW_BEFORE_WIDEN Coverity issues MdeModulePkg/Core/Dxe: Fix UNUSED_VALUE Coverity issues MdeModulePkg/Core/Dxe/Dispatcher/Dependency.c | 2 ++ MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 15 +++++++++ MdeModulePkg/Core/Dxe/Event/Event.c | 4 +-- MdeModulePkg/Core/Dxe/Gcd/Gcd.c | 19 +++++++++++ MdeModulePkg/Core/Dxe/Image/Image.c | 3 ++ MdeModulePkg/Core/Dxe/Mem/HeapGuard.c | 35 +++++++++----------- 6 files changed, 57 insertions(+), 21 deletions(-) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109059): https://edk2.groups.io/g/devel/message/109059 Mute This Topic: https://groups.io/mt/101590752/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-