]> 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 05:57:44 +0000 (07:57 +0200)
commit880b867ee73ae757faebbab13213c7d4079222a5
tree2580d383a19c5748baeab0734ed40caf91f6955d
parent4cb597de19814da0f4f350b1fbe8eef1c2c70d7f
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.
print-juniper.c