]> The Tcpdump Group git mirrors - tcpdump/commit
juniper: don't do bounds checking for fields in the cookie.
authorGuy Harris <[email protected]>
Thu, 21 Jul 2022 08:32:44 +0000 (01:32 -0700)
committerGuy Harris <[email protected]>
Thu, 21 Jul 2022 08:32:44 +0000 (01:32 -0700)
commit707241029c536f763449d6592f15417c1b245aeb
tree5c8b88aa92c23c351a156611cc2bb6e2b9f23a5a
parent57be4eb7ed4974965910d0ec179540b59bfe7a19
juniper: don't do bounds checking for fields in the cookie.

l2info.cookie is not inside the packet - it's a copy of data from the
packet, with the copy doing the necessary bounds checking - so we
shouldn't use NT_TCHECK or GET macros on it.
print-juniper.c