]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/Udp6Dxe/Udp6Impl.c
NetworkPkg: Add ASSERT error handling for UDP6 driver
authorWang Fan <fan.wang@intel.com>
Wed, 3 Jan 2018 09:30:54 +0000 (17:30 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Thu, 11 Jan 2018 09:08:30 +0000 (17:08 +0800)
commit2c4a45b3619303112d46df0d5a606842ad32d011
treec3bbb30beb2d020c30e654bc049e0446b4252138
parent0e8a782922c028cd04454a99d631e082c2153695
NetworkPkg: Add ASSERT error handling for UDP6 driver

In Udp6Dxe, there are several places use ASSERT to check returned
value. But these errors should be handled if they occur, this patch
is to fix this issue.

Cc: Ye Ting <ting.ye@intel.com>
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>
NetworkPkg/Udp6Dxe/Udp6Impl.c
NetworkPkg/Udp6Dxe/Udp6Main.c