From 040afc1e3be6e3d334c2483803b0470a34bced55 Mon Sep 17 00:00:00 2001 From: Oliver Smith-Denny Date: Thu, 3 Oct 2024 10:23:33 -0700 Subject: ShellPkg: UefiShellDebug1CommandsLib: CodeQL Fixes Includes changes across the module for the following CodeQL rules: - cpp/comparison-with-wider-type - cpp/overflow-buffer - cpp/redundant-null-check-param - cpp/uselesstest Co-authored-by: Taylor Beebe Signed-off-by: Oliver Smith-Denny --- ShellPkg/ShellPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShellPkg/ShellPkg.dsc') diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 029a22fc79..5303a68959 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -65,6 +65,8 @@ DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf + # StackCheckLib is not linked for SEC modules by default, this package can link it against its SEC modules [LibraryClasses.common.SEC] NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf -- cgit