diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-19 02:05:18 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-19 02:05:18 +0000 |
commit | f0ba31532bd0b027fb19f2d683232fbdde9c85cf (patch) | |
tree | 2a08c01e03e37579305746d0420f7a359a9274ae /ShellPkg/Include/Library/ShellLib.h | |
parent | b70e7ae019cd1371ffe66d1a5bbceac3fbf2d9b4 (diff) | |
download | edk2-f0ba31532bd0b027fb19f2d683232fbdde9c85cf.tar.gz |
sync patch r10661, r10898, r10911 from main trunk.
1. Add security check to make code run safe.
2. Delete unnecessary files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2010@11556 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Include/Library/ShellLib.h')
-rw-r--r-- | ShellPkg/Include/Library/ShellLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index bc9a6cfd23..b697922200 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -1134,6 +1134,7 @@ typedef enum { @retval EFI_SUCCESS The operation was sucessful.
@retval EFI_UNSUPPORTED The operation is not supported as requested.
@retval EFI_INVALID_PARAMETER A parameter was invalid.
+ @retval EFI_OUT_OF_RESOURCES A memory allocation failed.
@return other The operation failed.
**/
EFI_STATUS
|