edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib
Aaron Pop af24f366a4 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 11:34:09 +00:00
..
BmLib.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BootMaintenance.c MdeModulePkg: Fix comparison with wider widths 2026-08-05 11:34:09 +00:00
BootMaintenanceManager.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
BootMaintenanceManager.vfr MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
BootMaintenanceManagerCustomizedUi.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BootMaintenanceManagerCustomizedUi.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
BootMaintenanceManagerCustomizedUiSupport.c MdeModulePkg: Fix comparison with wider widths 2026-08-05 11:34:09 +00:00
BootMaintenanceManagerCustomizedUiSupport.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
BootMaintenanceManagerStrings.uni MdeModulePkg/BM_UI: Add the new terminal types to related menu 2019-09-24 21:56:46 +08:00
BootMaintenanceManagerUiLib.inf MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
BootMaintenanceManagerUiLib.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
BootOption.c MdeModulePkg: Fix comparison with wider widths 2026-08-05 11:34:09 +00:00
ConsoleOption.c MdeModulePkg: Fix comparison with wider widths 2026-08-05 11:34:09 +00:00
Data.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FormGuid.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
UpdatePage.c MdeModulePkg: Fix comparison with wider widths 2026-08-05 11:34:09 +00:00
Variable.c MdeModulePkg: Fix comparison with wider widths 2026-08-05 11:34:09 +00:00