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 7EFA9740032 for ; Wed, 27 Sep 2023 06:06:09 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=kwgaecfp1fkIbRp31UaKS15EUdl6z2AYM1zab7rul1Y=; 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=1695794768; v=1; b=OTssDElMVoYXtplNeL0oIAyTbBxbGcMz7k/FBNGY9SzG2bu0Be7kd89D23TiLyvGmgeCo8Rn uPPyAR/Ey2hLOZ1toCwATATOhQ60iTR2K/7nYJXNZRDefLtJiJWfFlPlp3gcuyIvrUKh8emisMF uh/nrZ8+qCQddrDuso2qZgkU= X-Received: by 127.0.0.2 with SMTP id Dx5yYY7687511xrx4MZwY4QQ; Tue, 26 Sep 2023 23:06:08 -0700 X-Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by mx.groups.io with SMTP id smtpd.web10.11588.1695794767524822825 for ; Tue, 26 Sep 2023 23:06:07 -0700 X-Received: by mail-io1-f41.google.com with SMTP id ca18e2360f4ac-79f909071c3so355929239f.0 for ; Tue, 26 Sep 2023 23:06:07 -0700 (PDT) X-Gm-Message-State: L2DwIZXr3JshlmTGPygAwfbQx7686176AA= X-Google-Smtp-Source: AGHT+IFAW34S6uHynaVbSoOZmP5OBlAS8JGpUT8OrSaPvJnNdsYHGI7Ih/oIP0ahWtFAa4b+ao+Y0g== X-Received: by 2002:a6b:916:0:b0:792:6fb7:5d8f with SMTP id t22-20020a6b0916000000b007926fb75d8fmr1121044ioi.18.1695794766554; Tue, 26 Sep 2023 23:06:06 -0700 (PDT) X-Received: from user-Latitude-5420.dc1.ventanamicro.com ([106.51.83.242]) by smtp.gmail.com with ESMTPSA id gj8-20020a0566386a0800b0042b39b2289asm3856707jab.102.2023.09.26.23.06.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Sep 2023 23:06:06 -0700 (PDT) From: "Ranbir Singh" To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v2 0/5] BZ 4219: MdeModulePkg/Core/Dxe: Fix issues Date: Wed, 27 Sep 2023 11:35:56 +0530 Message-Id: <20230927060601.443693-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=OTssDElM; 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: - Rebased - Commit message update wrt Fix UNUSED_VALUE Coverity issues 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 (#109101): https://edk2.groups.io/g/devel/message/109101 Mute This Topic: https://groups.io/mt/101612675/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-