diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-12-25 16:43:37 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-12-27 16:28:45 +0800 |
commit | 0efeec8e20e9bf13e5c82622f536df0c13abe331 (patch) | |
tree | 9b1b6ae97e55389bf20528e1587e351dbf1977d4 /MdeModulePkg/Include | |
parent | f5168b847d8d374fc0206603c7479a3c7ed5fbb0 (diff) | |
download | edk2-0efeec8e20e9bf13e5c82622f536df0c13abe331.zip edk2-0efeec8e20e9bf13e5c82622f536df0c13abe331.tar.gz edk2-0efeec8e20e9bf13e5c82622f536df0c13abe331.tar.bz2 |
MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs.
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wang Fan <fan.wang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/HttpLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/HttpLib.h b/MdeModulePkg/Include/Library/HttpLib.h index 8539820..88b56ae 100644 --- a/MdeModulePkg/Include/Library/HttpLib.h +++ b/MdeModulePkg/Include/Library/HttpLib.h @@ -372,6 +372,7 @@ HttpFindHeader ( @retval EFI_SUCCESS The FieldName and FieldValue are set into HttpHeader successfully.
+ @retval EFI_INVALID_PARAMETER The parameter is invalid.
@retval EFI_OUT_OF_RESOURCES Failed to allocate resources.
**/
|