Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 040afc1e3be6e3d334c2483803b0470a34bced55
https://github.com/tianocore/edk2/commit/040afc1e3be6e3d334c2483803b0470a34bced55
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Dblk.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Edit.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/EfiCompress.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/LoadPciRom.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/MemMap.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Mode.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/SerMode.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/SetSize.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h
M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
M ShellPkg/ShellPkg.dsc
Log Message:
-----------
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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 17ad30ae237bc6da7d7cb72a956777720c7a0cad
https://github.com/tianocore/edk2/commit/17ad30ae237bc6da7d7cb72a956777720c7a0cad
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Map.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Parse.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.c
Log Message:
-----------
ShellPkg: UefiShellLevel2CommandsLib: 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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 86d91f44548371b1f2f8f13f8cf8e5531d5d682a
https://github.com/tianocore/edk2/commit/86d91f44548371b1f2f8f13f8cf8e5531d5d682a
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
M ShellPkg/Library/UefiShellLevel1CommandsLib/Goto.c
M ShellPkg/Library/UefiShellLevel1CommandsLib/If.c
M ShellPkg/Library/UefiShellLevel1CommandsLib/Shift.c
Log Message:
-----------
ShellPkg: UefiShellLevel1CommandsLib: 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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: c69e5e647d69fcbb6d2a4e5da82e72122d41566f
https://github.com/tianocore/edk2/commit/c69e5e647d69fcbb6d2a4e5da82e72122d41566f
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/Library/UefiShellDriver1CommandsLib/Connect.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/DevTree.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/Devices.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/Disconnect.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/Drivers.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/DrvCfg.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/OpenInfo.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/Unload.c
Log Message:
-----------
ShellPkg: UefiShellDriver1CommandsLib: 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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 875202bf85d528fb7c63c4827cfe013b58f2870f
https://github.com/tianocore/edk2/commit/875202bf85d528fb7c63c4827cfe013b58f2870f
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/Application/Shell/FileHandleWrappers.c
M ShellPkg/Application/Shell/Shell.c
M ShellPkg/Application/Shell/ShellManParser.c
M ShellPkg/Application/Shell/ShellParametersProtocol.c
M ShellPkg/Application/Shell/ShellProtocol.c
Log Message:
-----------
ShellPkg: Shell: 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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 1d64506f05e320f47e7170fa7d69ff89a953ce7b
https://github.com/tianocore/edk2/commit/1d64506f05e320f47e7170fa7d69ff89a953ce7b
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/DynamicCommand/HttpDynamicCommand/Http.c
M ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
Log Message:
-----------
ShellPkg: DynamicCommand: 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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: c80c222198a88847f3e1ce3e482af8e4c0bd36fa
https://github.com/tianocore/edk2/commit/c80c222198a88847f3e1ce3e482af8e4c0bd36fa
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
M ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
M ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
Log Message:
-----------
ShellPkg: UefiShellCommandLib: 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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 334f5748869996eee994f9dee41f3e6a3d9bd087
https://github.com/tianocore/edk2/commit/334f5748869996eee994f9dee41f3e6a3d9bd087
Author: Oliver Smith-Denny <[email protected]>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ShellPkg/Application/Shell/Shell.c
M ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
M ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Edit.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/EfiCompress.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/LoadPciRom.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/MemMap.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/SetSize.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/Disconnect.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/DrvCfg.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/OpenInfo.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c
M ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c
M ShellPkg/Library/UefiShellLib/UefiShellLib.c
M ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c
Log Message:
-----------
ShellPkg: 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 <[email protected]>
Signed-off-by: Oliver Smith-Denny <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/2d10dc1fb5a1...334f57488699
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits