edk2/ShellPkg
Qihang Gao 8dab052c57 ShellPkg: Add null pointer checks before dereference
In AllocateMemory(), several pointers are used without prior null
checks. This may lead to unexpected behavior or system crashes if any
of these pointers are NULL.

Add explicit null checks for these pointers to ensure safe access and
prevent potential null pointer dereferences.

Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
2026-07-01 12:10:28 +00:00
..
Application ShellPkg/Shell: Remove duplicate Guid in INF file 2026-04-29 11:18:10 +02:00
DynamicCommand ShellPkg: Remove improper Depex section in UEFI_APPLICATION 2026-06-09 05:51:07 +00:00
Include ShellPkg/UefiShellLib: Add IsDotOrDotDot() function 2026-04-24 18:18:47 +00:00
Library ShellPkg: Add null pointer checks before dereference 2026-07-01 12:10:28 +00:00
Test ShellPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
ShellPkg.ci.yaml ShellPkg: Remove EmbeddedPkg dependency 2025-08-12 17:42:44 +00:00
ShellPkg.dec ShellPkg: Remove PcdShellSupportOldProtocols 2025-06-13 21:11:49 +00:00
ShellPkg.dsc ShellPkg: Remove ARM32 Support 2025-09-25 22:04:10 +00:00