]> The Tcpdump Group git mirrors - tcpdump/commit
RX: Remove 1 now redundant ND_TCHECK_LEN(e, sizeof(uint32_t)) call
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 30 Sep 2020 08:48:04 +0000 (10:48 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 30 Sep 2020 11:20:53 +0000 (13:20 +0200)
commit3435ef98e5c1552d9f1f184188260092d1ca7774
tree3ccfc99a873ec7a41fe013cac4d7136745e1efac
parentac602ba5565eb851b402a29f76bf9fd3d8753671
RX: Remove 1 now redundant ND_TCHECK_LEN(e, sizeof(uint32_t)) call

it is redundant because it is identical to ND_TCHECK_4(e), followed
by a GET_BE_U_4(e), same e, which do the bounds check.
print-rx.c