edk2/MdeModulePkg/Include
Richard Lyu 00a865d595 MdeModulePkg/GptLib: Extract shareable GPT parser into a library
As reported in CVE-2024-13745 via oss-sec, DxeTpm2MeasureBootLib can
measure a partition table that differs from the one parsed by the
PartitionDxe driver.

To address this, the more complete GPT parsing logic from PartitionDxe
is extracted into a standalone GptLib library so it can be
shared between PartitionDxe and DxeTpm2MeasureBootLib. This ensures
that the exact same partition table measured into PCR[5] is the one
parsed and used by the system. PartitionDxe behavior is unchanged.

Ref: https://seclists.org/oss-sec/2026/q2/727
Signed-off-by: Richard Lyu <richard.lyu@suse.com>
2026-07-20 21:50:57 +00:00
..
Guid MdeModulePkg/Include/Guid: Add back include guard 2026-02-27 07:15:11 +00:00
Library MdeModulePkg/GptLib: Extract shareable GPT parser into a library 2026-07-20 21:50:57 +00:00
Ppi MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
Protocol MdeModulePkg: Follow pragma once coding convention 2026-06-25 19:40:31 +00:00
UniversalPayload MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
AcpiHelperMacros.h MdeModulePkg: Add definition for 64 bit ACPI GAS 2026-07-17 18:31:43 +00:00