audk/UefiCpuPkg/PiSmmCpuDxeSmm/X64
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
..
Cet.nasm
PageTbl.c UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
SmiEntry.nasm
SmiException.nasm UefiCpuPkg/PiSmmCpuDxeSmm: Enable single step after SmmProfile start 2024-08-02 05:13:42 +00:00
SmmFuncsArch.c UefiCpuPkg: Fix unchecked returns and potential integer overflows 2024-11-15 17:50:21 +00:00
SmmFuncsArchDxeSmm.c UefiCpuPkg/PiSmmCpuDxeSmm: Remove RestrictedMemoryAccess check for MM CPU 2024-09-06 08:41:49 +00:00
SmmProfileArch.c UefiCpuPkg/PiSmmCpuDxeSmm: Rename PiSmmCpuDxeSmm.h to PiSmmCpuCommon.h 2024-08-28 15:25:27 +00:00
SmmProfileArch.h UefiCpuPkg: rename the SmiDefaultPFHandler function 2024-08-05 06:59:09 +00:00