edk2/StandaloneMmPkg/Drivers
Khalid Ali 962c1f2a06 StandaloneMmPkg: Fix possible infinite loop due invalid hob
The second call to CreateMmFoundationHobList () expects the address of
the beginning of the platform hob list in the third parameter. However it
has being given the beginning of the HobList which is PHIT. This causes
later wrong address calculations which in turns puts MM core in infinite
loop, because the IPL passed hob without EFI_HOB_TYPE_END_OF_HOB_LIST.

Signed-off-by: Khalid Ali <khaliidcaliy@gmail.com>
2026-04-27 06:52:23 +00:00
..
MmCommunicationDxe StandaloneMmPkg/MmCommunicationDxe: Enforce CommSize validation 2026-02-23 21:31:57 +00:00
MmCommunicationNotifyDxe StandaloneMmPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
StandaloneMmIplPei StandaloneMmPkg: Fix possible infinite loop due invalid hob 2026-04-27 06:52:23 +00:00