audk/NetworkPkg/Dhcp6Dxe
Michael D Kinney 599c8309a5 NetworkPkg/Dhcp6Dxe: Fix sanitizer issues
* EFI_DHCP6_DUID structure declares Duid[1], so the size
  of that structure is not large enough to hold an entire
  Duid. Instead, compute the correct size to allocate an
  EFI_DHCP6_DUID structure.
* Dhcp6AppendOption() takes a length parameter that in
  network order. Update test cases to make sure a network
  order length is passed in. A value of 0x0004 was being
  passed in and was then converted to 0x0400 length and
  buffer overflow was detected.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2024-11-11 05:07:25 +00:00
..
GoogleTest NetworkPkg/Dhcp6Dxe: Fix sanitizer issues 2024-11-11 05:07:25 +00:00
ComponentName.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Dhcp6Driver.c NetworkPkg: SECURITY PATCH CVE-2023-45237 2024-05-24 15:48:52 +00:00
Dhcp6Driver.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Dhcp6Dxe.inf NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
Dhcp6Dxe.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
Dhcp6DxeExtra.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
Dhcp6Impl.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Dhcp6Impl.h NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Patch 2024-02-06 19:24:26 +00:00
Dhcp6Io.c NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Related Patch 2024-02-14 03:28:11 +00:00
Dhcp6Io.h NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Related Patch 2024-02-14 03:28:11 +00:00
Dhcp6Utility.c NetworkPkg/Dhcp6Dxe: Fix extraneous parentheses 2024-09-27 16:57:36 +00:00
Dhcp6Utility.h NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45230 Patch 2024-02-06 19:24:26 +00:00