audk/UefiCpuPkg/CpuMpPei
kenlautner 13fad60156 UefiCpuPkg: Fix unchecked returns and potential integer overflows
Resolves several issues in UefiCpuPkg related to:

1. Unchecked returns leading to potential NULL or uninitialized access.
2. Potential unchecked integer overflows.
3. Incorrect comparison between integers of different sizes.

Co-authored-by: kenlautner <85201046+kenlautner@users.noreply.github.com>
Signed-off-by: Chris Fernald <chfernal@microsoft.com>
2024-11-15 17:50:21 +00:00
..
CpuBist.c UefiCpuPkg: Fix conditionally uninitialized variables 2023-04-03 15:29:08 +00:00
CpuMp2Pei.c
CpuMpPei.c UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
CpuMpPei.h UefiCpuPkg: Cache core type in MpInfo2 HOB 2023-12-12 01:37:41 +00:00
CpuMpPei.inf UefiCpuPkg: change name of gMpInformationHobGuid2 2024-01-15 01:46:36 +00:00
CpuMpPei.uni
CpuMpPeiExtra.uni
CpuPaging.c UefiCpuPkg/CpuMpPei: Don't write CR3 in ConvertMemoryPageToNotPresent 2024-02-22 03:28:55 +00:00