Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 8dab052c576da59759e1c7bda834a47ca281162f
      
https://github.com/tianocore/edk2/commit/8dab052c576da59759e1c7bda834a47ca281162f
  Author: Qihang Gao <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c

  Log Message:
  -----------
  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 <[email protected]>



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

Reply via email to