This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ICMPv6: Fix printing the Home Agent Address Discovery Reply Message
This change avoids incorrect truncation printing (" [|icmp6]") avoiding any attempt to get an IPv6 address past the end of the packet data. It also avoids a pointer overflow with a 32-bit build that stopped IPv6 addresses printing. (When length is big, e.g. Jumbo Payload). (cherry picked from commit 66dc8d7)
- Loading branch information