Files
edk2/NetworkPkg/Dhcp6Dxe
Michael D Kinney b05c8d7b80 NetworkPkg/Dhcp6Dxe/GoogleTest: Fix init of complex struct
CLANGDWARF generates build error for missing braces when
initializing a complex structure. Change initialization of
EFI_DHCP6_IA local variable to a call to ZeroMem() instead.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2025-09-18 17:25:38 +00:00
..