Closed makubacki closed 9 months ago
@kuqin12 I'd like to get in this PR before (https://github.com/microsoft/mu_feature_mm_supv/pull/209) to have a final point in the main branch that builds against release/2023002 repos with the security patch included.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e0c16a8
) 0.46% compared to head (64de679
) 0.46%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Contains the primary commit for the HOB calculation overflow and a separate commit to build with the tip of mu_basecore release/202302.
CVE-2022-36765 - StandaloneMmHobLibSysCall: Prevent integer overflow in CreateHob()
Based on commit
9a75b030cf27d2530444e9a2f9f11867f79bf679
in edk2.MmSupervisorPkg/BaseLibSysCall/BaseLib: Update override
The change that occurred in MdePkg/Library/BaseLib only affected AARCH64 which does not exist in the instance in MmSupervisorPkg.
So, this change simply updates the override hash to the new value.
How This Was Tested
Integration Instructions
N/A