edk2/MdeModulePkg/Bus/Sd
Aaron Pop bf0dc7d787 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>
2026-08-05 02:13:24 +00:00
..
EmmcBlockIoPei MdeModulePkg: Fix comparison with wider widths 2026-08-05 02:13:24 +00:00
EmmcDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
SdBlockIoPei MdeModulePkg: SdBlockIoPei: Fix uninitialized variable warnings 2026-06-24 14:49:50 +00:00
SdDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00