audk/NetworkPkg/UefiPxeBcDxe
Oliver Smith-Denny 837bb62661 NetworkPkg: PxeBcDhcp6GoogleTest: Fix Stack Smashing Unit Test
PxeBcDhcp6GoogleTest's MultipleDnsEntries test started to fail
with stack cookies added for host applications. Debugging this
showed that the test was attempting to copy two UINT16s to a
UINT8 Data[1] array allocated on the stack. This was moved to
a heap based allocation for a UINT32 to accommodate the proper
size. After this fix, the unit test passed with stack cookies
enabled.

Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
2024-09-13 03:58:46 +00:00
..
GoogleTest NetworkPkg: PxeBcDhcp6GoogleTest: Fix Stack Smashing Unit Test 2024-09-13 03:58:46 +00:00
ComponentName.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PxeBcBoot.c Support Report Status Code in the UefiPxe driver. 2024-09-11 16:36:03 +00:00
PxeBcBoot.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PxeBcDhcp4.c NetworkPkg: SECURITY PATCH CVE-2023-45237 2024-05-24 15:48:52 +00:00
PxeBcDhcp4.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PxeBcDhcp6.c NetworkPkg: SECURITY PATCH CVE-2023-45237 2024-05-24 15:48:52 +00:00
PxeBcDhcp6.h NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 Patch 2024-02-06 19:24:26 +00:00
PxeBcDriver.c NetworkPkg: SECURITY PATCH CVE-2023-45237 2024-05-24 15:48:52 +00:00
PxeBcDriver.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PxeBcImpl.c Support Report Status Code in the UefiPxe driver. 2024-09-11 16:36:03 +00:00
PxeBcImpl.h Support Report Status Code in the UefiPxe driver. 2024-09-11 16:36:03 +00:00
PxeBcMtftp.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PxeBcMtftp.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PxeBcSupport.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PxeBcSupport.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UefiPxeBcDxe.inf Support Report Status Code in the UefiPxe driver. 2024-09-11 16:36:03 +00:00
UefiPxeBcDxe.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
UefiPxeBcDxeExtra.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00