]> 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]>
Tue, 26 Jul 2022 23:53:01 +0000 (16:53 -0700)
commit76a6da3e5e646cacd6b97540536a926798f590a4
treee0fb2fcbd8c9280e372a7d59b63ceab6cfb1b1bc
parent92aa5dd3e12111a185b41f75f754a1684f25b596
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.

(cherry picked from commit 707241029c536f763449d6592f15417c1b245aeb)
print-juniper.c