public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] Check-for-the-max-DHCP-packet-length
@ 2016-11-16  5:38 Fu Siyuan
  2016-11-16  5:38 ` [Patch 1/2] MdeModulePkg: Check for the max DHCP packet length before use it Fu Siyuan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fu Siyuan @ 2016-11-16  5:38 UTC (permalink / raw)
  To: edk2-devel

Updates the PXE and HTTP boot driver to drop the input DHCP packet
if it exceed the maximum length.

Fu Siyuan (2):
  MdeModulePkg: Check for the max DHCP packet length before use it.
  NetworkPkg: Check for the max DHCP packet length before use it.

 .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c     | 23 +++++++++++++++
 .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.h     |  2 +-
 NetworkPkg/HttpBootDxe/HttpBootDhcp4.h             |  4 ++-
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.c             |  6 ++++
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.h             |  4 ++-
 NetworkPkg/HttpBootDxe/HttpBootImpl.c              |  4 +--
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c               | 34 ++++++++++++++++++++--
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h               |  6 ++--
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c               | 29 ++++++++++++++++++
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h               |  6 ++--
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c                | 16 +++++-----
 11 files changed, 115 insertions(+), 19 deletions(-)

-- 
2.7.4.windows.1



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

end of thread, other threads:[~2016-11-18  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-16  5:38 [Patch 0/2] Check-for-the-max-DHCP-packet-length Fu Siyuan
2016-11-16  5:38 ` [Patch 1/2] MdeModulePkg: Check for the max DHCP packet length before use it Fu Siyuan
2016-11-16  5:38 ` [Patch 2/2] NetworkPkg: " Fu Siyuan
2016-11-18  8:10 ` [Patch 0/2] Check-for-the-max-DHCP-packet-length Wu, Jiaxin

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