edk2/MdeModulePkg/Library/CustomizedDisplayLib
Aaron Pop 8f38acae6b 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-07-30 19:10:07 +00:00
..
Colors.h MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CustomizedDisplayLib.c MdeModulePkg/CustomizedDisplayLib: fix gcc 16 warning 2026-02-01 20:30:31 +00:00
CustomizedDisplayLib.inf MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
CustomizedDisplayLib.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
CustomizedDisplayLibInternal.c MdeModulePkg: Fix comparison with wider widths 2026-07-30 19:10:07 +00:00
CustomizedDisplayLibInternal.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
CustomizedDisplayLibModStrs.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00