public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] Replace ASSERT with error return code in PXE and HTTP boot.
@ 2016-12-16  8:18 Fu Siyuan
  2016-12-16  8:18 ` [Patch 1/2] MdeModulePkg: Replace ASSERT with error return code in PXE driver Fu Siyuan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fu Siyuan @ 2016-12-16  8:18 UTC (permalink / raw)
  To: edk2-devel

This patch remove the ASSERT when receive a DHCP packet large than the maximum
cache buffer size.

Fu Siyuan (2):
  MdeModulePkg: Replace ASSERT with error return code in PXE driver.
  NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot
    driver.

 .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c     |  99 +++++++++++------
 .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.h     |   5 +-
 NetworkPkg/HttpBootDxe/HttpBootDhcp4.c             |  32 +++++-
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.c             |  29 +++--
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c               | 119 +++++++++++++++------
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c               |  67 ++++++++----
 6 files changed, 249 insertions(+), 102 deletions(-)

-- 
2.7.4.windows.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-16  8:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16  8:18 [Patch 0/2] Replace ASSERT with error return code in PXE and HTTP boot Fu Siyuan
2016-12-16  8:18 ` [Patch 1/2] MdeModulePkg: Replace ASSERT with error return code in PXE driver Fu Siyuan
2016-12-16  8:59   ` Wu, Jiaxin
2016-12-16  8:18 ` [Patch 2/2] NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver Fu Siyuan
2016-12-16  8:57   ` Wu, Jiaxin
2016-12-16  8:45 ` [Patch 0/2] Replace ASSERT with error return code in PXE and HTTP boot Ye, Ting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox