]> The Tcpdump Group git mirrors - tcpdump/commit
Remove some now redundant ND_TCHECK_16() calls
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 5 Sep 2020 19:40:32 +0000 (21:40 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 7 Sep 2020 16:36:18 +0000 (18:36 +0200)
commit7ae15799542662cb1e860a6befc250fa199fd880
treeff530075458a5863cc5f122c336cd95bf46c3879
parent1ba846e847afa066684e88602bfc2c100e0864eb
Remove some now redundant ND_TCHECK_16() calls

ND_TCHECK_16(e).

They are redundant because they are followed by a GET_IP6ADDR_STRING(e)
call, same e, which do the bounds check.
print-ahcp.c
print-dhcp6.c
print-icmp6.c
print-lisp.c
print-mobility.c
print-ospf6.c
print-radius.c
print-rt6.c