edk2/MdeModulePkg/Core
Kun Qin 5be1bccd9c MdeModulePkg: DxeCore: Check overflow before using resource hob memory top
Current GCD logic uses plain addition calulation when iterating through
the resource descriptor hobs. However, if the resource descriptor is
incorrectly prepared, this could cause incorrect memory initialization
and other failures down the boot process.

This change adds an overflow check before using the value.

Signed-off-by: Kun Qin <kun.qin@microsoft.com>
2025-11-22 13:06:14 +00:00
..
Dxe MdeModulePkg: DxeCore: Check overflow before using resource hob memory top 2025-11-22 13:06:14 +00:00
DxeIplPeim MdeModulePkg: Remove ARM32 Support 2025-09-25 22:04:10 +00:00
Pei MdeModulePkg: Add PcdDelayedDispatchMaxEntries 2025-09-23 09:02:04 +08:00
PiSmmCore MdeModulePkg: Unify EfiFileName Parsing 2025-07-23 12:57:55 +00:00
RuntimeDxe MdeModulePkg: Align RuntimeDxe function headers with UEFI return values 2024-02-09 22:16:32 +00:00