audk/UefiCpuPkg/Library/MpInitLib
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
..
Ia32 UefiCpuPkg: Disable PG in IA32 ApLoopCode 2024-06-04 07:40:27 +00:00
LoongArch64 UefiCpuPkg: Using the new name of LoongArch CSR 0x20 register 2024-08-30 19:54:01 +00:00
X64 UefiCpuPkg/MpInitLib: Update references to SEV-SNP header file 2024-06-18 05:45:15 +00:00
AmdSev.c UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
DxeMpInitLib.inf UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
DxeMpInitLib.uni UefiCpuPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:28 -07:00
DxeMpLib.c UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
Microcode.c UefiCpuPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
MpEqu.inc UefiCpuPkg/MpInitLib: Update the comments of _CPU_MP_DATA. 2023-11-27 05:21:45 +00:00
MpHandOff.h UefiCpuPkg/MpInitLib: add struct MP_HAND_OFF_CONFIG 2024-02-29 09:56:38 +00:00
MpLib.c UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
MpLib.h UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
PeiMpInitLib.inf UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
PeiMpInitLib.uni UefiCpuPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:28 -07:00
PeiMpLib.c UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00