]> The Tcpdump Group git mirrors - tcpdump/commit
Juniper: Add some bounds checks
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Jun 2021 05:55:34 +0000 (07:55 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Jun 2021 12:21:51 +0000 (14:21 +0200)
commit4f21971af3b355200ed0f789b4c4060ab6e1f8ec
tree1a35348404a12c3a42fec54ebd5fd3c43f21d747
parent35e40c4872aa43dff7ca2f9715f6637e9ce6c721
Juniper: Add some bounds checks

Avoid to have p (current pointer on packet data) > ndo->ndo_snapend
in isoclns_print() in some cases.

Define ND_LONGJMP_FROM_TCHECK.
Remove some trunc labels.

(cherry picked from commit 880b867ee73ae757faebbab13213c7d4079222a5)
print-juniper.c