Files
edk2/StandaloneMmPkg
Kun Qin c72d638434 StandaloneMmPkg: StandaloneMmIplPei: Prevent Freeing Zero Pages
There could be scenarios where the HOB producer does not create any HOBs.
In such cases, the buffer intended to be freed will have zero pages.

This update addresses the issue that could cause assertions during
runtime by ensuring that buffers with zero pages are not freed.

Signed-off-by: Kun Qin <kun.qin@microsoft.com>
2025-06-19 06:17:18 +00:00
..