audk/ShellPkg/Library
jcarsey 4d10ab79d7 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
2011-10-10 20:36:44 +00:00
..
BasePathLib ShellPkg: fix support for "\" (or "\.") meaning root of drive. 2011-09-20 21:01:34 +00:00
BaseSortLib Refine comments and two code style. 2011-09-02 08:05:34 +00:00
UefiFileHandleLib Add pointer check for NULL before dereference it. 2011-10-08 02:55:30 +00:00
UefiHandleParsingLib ShellPkg: Add checks for NULL pointers. 2011-10-10 20:32:17 +00:00
UefiShellCEntryLib remove empty sections in INF files. 2011-06-08 18:28:03 +00:00
UefiShellCommandLib ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform. 2011-09-15 20:10:39 +00:00
UefiShellDebug1CommandsLib ShellPkg: Add checks for NULL pointers. 2011-10-10 20:36:44 +00:00
UefiShellDriver1CommandsLib Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiShellInstall1CommandsLib Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiShellLevel1CommandsLib Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiShellLevel2CommandsLib ShellPkg: Verify memory allocations without ASSERT. 2011-10-10 17:26:25 +00:00
UefiShellLevel3CommandsLib Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiShellLib ShellPkg: Verify memory allocations without ASSERT. 2011-10-10 17:26:25 +00:00
UefiShellNetwork1CommandsLib Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiSortLib ShellPkg: Verify DevicePathToText was successful before using the resultant pointer. 2011-09-20 23:06:23 +00:00