Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: b3f57868cea5213772328f1188e6fc2311b2dc28
https://github.com/tianocore/edk2/commit/b3f57868cea5213772328f1188e6fc2311b2dc28
Author: Michael Kubacki <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
Log Message:
-----------
NetworkPkg/UefiPxeBcDxe: Initialize IPV4 token in IPV4 branch
EfiPxeBcStart() in PxeBcImpl.c has conditional code branches for
IPV4 and IPV6.
- IPV4 branch should use EFI_IP4_COMPLETION_TOKEN which is
Private->IcmpToken.
- IPV6 branch should use EFI_IP6_COMPLETION_TOKEN which is
Private->Icmp6Token.
Right now, the IPv4 branch incorrectly initializes
Private->Icmp6Token to EFI_NOT_READY. That is changed to
Private->IcmpToken.
Signed-off-by: Michael Kubacki <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits