edk2/MdeModulePkg/Core
Aaron Pop 57151d88f2 MdeModulePkg: Fix comparison with wider widths.
https://codeql.github.com/codeql-query-help/cpp/cpp-comparison-with-wider-type

If the narrow type (smaller range) is compared against a wide type
(larger range), the narrow value may overflow before reaching the wide
value. This can cause unexpected behavior, such as:

Infinite loops (loop condition never becomes false).
Incorrect logic (comparison results are misleading).

Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
2025-11-22 18:58:47 +00:00
..
Dxe MdeModulePkg: DxeCore: Adding check for underflow before subtraction 2025-11-22 13:06:14 +00:00
DxeIplPeim MdeModulePkg: Remove ARM32 Support 2025-09-25 22:04:10 +00:00
Pei MdeModulePkg: Fix comparison with wider widths. 2025-11-22 18:58:47 +00:00
PiSmmCore MdeModulePkg: Fix comparison with wider widths. 2025-11-22 18:58:47 +00:00
RuntimeDxe MdeModulePkg: Align RuntimeDxe function headers with UEFI return values 2024-02-09 22:16:32 +00:00