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 D081C7803E9 for ; Thu, 11 Jan 2024 09:14:55 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=WP4ETU8tC4B5cNIRpsZhtP2cxL3LNt2zndprbnsD26w=; c=relaxed/simple; d=groups.io; h=From:To:Cc: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=1704964494; v=1; b=cUBS4zcFGhi5O/hW8kGl5o+plH/jaPzvjI6JeSRcEUu+sDqEzZG/V8Qfmy4q7slJFXUbgT2v ZSa74MgkqoItSSCPGgICDa3jldq9MWHWGmZdSjYIRfG7kmoq2ZXr8d2h6zValGOtz+hQj3Gp5Dw 1glT6poPEUyh5LCgMZlfj9H4= X-Received: by 127.0.0.2 with SMTP id rL0qYY7687511x3BS0A5VZXZ; Thu, 11 Jan 2024 01:14:54 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by mx.groups.io with SMTP id smtpd.web10.7838.1704964493486252945 for ; Thu, 11 Jan 2024 01:14:53 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10949"; a="20272625" X-IronPort-AV: E=Sophos;i="6.04,185,1695711600"; d="scan'208";a="20272625" X-Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2024 01:14:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,185,1695711600"; d="scan'208";a="16979408" X-Received: from gguo-desk.gar.corp.intel.com ([10.225.76.26]) by fmviesa002.fm.intel.com with ESMTP; 11 Jan 2024 01:14:44 -0800 From: "Guo, Gua" To: devel@edk2.groups.io Cc: gua.guo@intel.com, Ard Biesheuvel , Gerd Hoffmann , John Mathew , Vincent Zimmer Subject: [edk2-devel] [PATCH v2 0/4] Bz4166: Integer Overflow in CreateHob() Date: Thu, 11 Jan 2024 17:14:35 +0800 Message-Id: <20240111091439.1767-1-gua.guo@intel.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,gua.guo@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: KMPcikpPenbAcT23y7G3zXQxx7686176AA= 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=cUBS4zcF; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=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 From: Gua Guo V2 1. UefiPayloadPkg/Hob: Integer : Add Reviewed-by and Authored-by 2. StandaloneMmPkg/Hob: Integer Overflow in : Add Reviewed-by and Authored-by 3. EmbeddedPkg/Hob: Integer Overflow in CreateHob() : Add Reviewed-by and Authored-by 4. MdeModulePkg/Hob: Integer Overflow in CreateHob() : Add Authored-by V1 1. UefiPayloadPkg/Hob: Integer 2. StandaloneMmPkg/Hob: Integer Overflow in 3. EmbeddedPkg/Hob: Integer Overflow in CreateHob() 4. MdeModulePkg/Hob: Integer Overflow in CreateHob() Cc: Ard Biesheuvel Cc: Gerd Hoffmann Cc: John Mathew Cc: Vincent Zimmer Gua Guo (4): UefiPayloadPkg/Hob: Integer Overflow in CreateHob() StandaloneMmPkg/Hob: Integer Overflow in CreateHob() EmbeddedPkg/Hob: Integer Overflow in CreateHob() MdeModulePkg/Hob: Integer Overflow in CreateHob() EmbeddedPkg/Library/PrePiHobLib/Hob.c | 7 +++++++ MdeModulePkg/Core/Pei/Hob/Hob.c | 2 +- .../StandaloneMmCoreHobLib/Arm/StandaloneMmCoreHobLib.c | 7 +++++++ UefiPayloadPkg/Library/PayloadEntryHobLib/Hob.c | 7 +++++++ 4 files changed, 22 insertions(+), 1 deletion(-) -- 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113607): https://edk2.groups.io/g/devel/message/113607 Mute This Topic: https://groups.io/mt/103658961/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-