]> The Tcpdump Group git mirrors - tcpdump/commit
Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) calls
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 5 Sep 2020 21:25:16 +0000 (23:25 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 7 Sep 2020 21:03:09 +0000 (23:03 +0200)
commit24df77f09e26a72f662a82b92645707e0572d1cc
tree0262354acc8ba89bbd6e01d6197e8c9c076e9d24
parent7ae15799542662cb1e860a6befc250fa199fd880
Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) calls

They are redundant because they are followed by a GET_IP6ADDR_STRING(e)
call, same e, which do the bounds check.

Remove unused 'trunc' label(s) and associated code(s).
print-bgp.c
print-icmp6.c
print-isoclns.c
print-ldp.c