]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.c
MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().
authorWang Fan <fan.wang@intel.com>
Tue, 16 Jan 2018 07:57:04 +0000 (15:57 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Wed, 17 Jan 2018 00:29:48 +0000 (08:29 +0800)
commit6478baf891524348451d75a37f4e4692b835a45b
tree328cc04df5330841a501af90b1f9dd79fb94f1a2
parent4a64cbda8615b9353366df8fc5a0cf3863ac2f11
MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().

* In DxeIpIo, an ASSERT check is incorrectly used in IpIoAddIp(), which result
  debug image hang when this API is called, this patch is to fix this issue.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wang Fan <fan.wang@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c