diff options
author | Zhang Lubo <lubo.zhang@intel.com> | 2015-11-26 08:17:46 +0000 |
---|---|---|
committer | luobozhang <luobozhang@Edk2> | 2015-11-26 08:17:46 +0000 |
commit | 1b96428d92c01383dc437717db679f57cf70d980 (patch) | |
tree | 02658004453856365213069ff9c0b6e3c9dc2995 /NetworkPkg/HttpDxe/HttpImpl.h | |
parent | 8e496a7abcb78c36b0af47ed473096ef7f171606 (diff) | |
download | edk2-platforms-1b96428d92c01383dc437717db679f57cf70d980.tar.xz |
NetworkPkg:Fix NULL pointer dereference issues.
Revise some errors that some Null pointers may be dereferenced.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18961 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/HttpDxe/HttpImpl.h')
-rw-r--r-- | NetworkPkg/HttpDxe/HttpImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NetworkPkg/HttpDxe/HttpImpl.h b/NetworkPkg/HttpDxe/HttpImpl.h index 49c8af1b21..afbe982283 100644 --- a/NetworkPkg/HttpDxe/HttpImpl.h +++ b/NetworkPkg/HttpDxe/HttpImpl.h @@ -44,6 +44,7 @@ This is NULL.
HttpConfigData is NULL.
HttpConfigData->AccessPoint is NULL.
+ @retval EFI_OUT_OF_RESOURCES Could not allocate enough system resources.
@retval EFI_NOT_STARTED The HTTP instance is not configured.
**/
|