]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Add checks for NULL pointers.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 10 Oct 2011 20:36:44 +0000 (20:36 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 10 Oct 2011 20:36:44 +0000 (20:36 +0000)
commit4d10ab79d771f6ad88f54db324a7ac184118ccf7
treeec597106f20dce9cd619652b231eb860faf710e8
parentecae51177e83db0d99f8b4888ae4b866c18651b6
ShellPkg: Add checks for NULL pointers.

This adds lots of pointer verification with ASSERTs only used when the condition should be impossible and never for memory allocation.

signed-off-by: jcarsey
reviewed-by: geekboy15a

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12524 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEdit.c