diff options
author | Kun Qin <kuqin@microsoft.com> | 2025-04-04 16:54:18 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-19 06:17:18 +0000 |
commit | c72d6384347bc57109d75fd56f2a5cdb8a40d132 (patch) | |
tree | 5acfab13d94011d3cfd3bcf6ffe6e7150fc1101a /BaseTools/Source | |
parent | c2554567658ca2deba4790a98e7a8e9858c4840c (diff) | |
download | edk2-c72d6384347bc57109d75fd56f2a5cdb8a40d132.zip edk2-c72d6384347bc57109d75fd56f2a5cdb8a40d132.tar.gz edk2-c72d6384347bc57109d75fd56f2a5cdb8a40d132.tar.bz2 |
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>
Diffstat (limited to 'BaseTools/Source')
0 files changed, 0 insertions, 0 deletions