edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru
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
..
AhciMode.c MdeModulePkg: Define PCD for SATA ready for operation timeout. 2025-11-22 17:01:23 +00:00
AhciMode.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
AtaAtapiPassThru.c MdeModulePkg: Cleanup debug print readability 2026-05-06 10:43:05 +00:00
AtaAtapiPassThru.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
AtaAtapiPassThru.inf MdeModulePkg: Define PCD for SATA ready for operation timeout. 2025-11-22 17:01:23 +00:00
AtaAtapiPassThruDxe.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
AtaAtapiPassThruDxeExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
ComponentName.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
IdeMode.c MdeModulePkg: Fix comparison with wider widths 2026-08-05 02:13:24 +00:00
IdeMode.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00