]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Library/DxeHttpLib: Handle the blank value in HTTP header.
authorJiaxin Wu <Jiaxin.wu@intel.com>
Thu, 30 Aug 2018 07:57:52 +0000 (15:57 +0800)
committerJiaxin Wu <Jiaxin.wu@intel.com>
Thu, 13 Sep 2018 01:09:51 +0000 (09:09 +0800)
commite9d21340c6dfc1e8b8e3827151aca46422baa55e
treea9e75681aeaf04351d4598cb6eebcb1f0530a45d
parentecbd055d4e8d83b71578e8ec5e32b09e4e9d3a81
MdeModulePkg/Library/DxeHttpLib: Handle the blank value in HTTP header.

This patch is to resolve the lock-up issue if the value of HTTP header
is blank.  The issue is recorded @
https://bugzilla.tianocore.org/show_bug.cgi?id=1102.

Cc: Stephen Benjamin <stephen@redhat.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Tested-by: Stephen Benjamin <stephen@redhat.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c