]> The Tcpdump Group git mirrors - tcpdump/commit
Fix truncation checks. It checked the TCP packet length but not the
authorfenner <fenner>
Mon, 10 Sep 2001 06:40:08 +0000 (06:40 +0000)
committerfenner <fenner>
Mon, 10 Sep 2001 06:40:08 +0000 (06:40 +0000)
commit8787c14f15b93c58c05581e5de5085414561eeeb
tree9e400058cd97439a3c719451464ea0c61fea3cba
parent6913fe611b6aa2be1a79836b8c7297f5b8be7396
Fix truncation checks.  It checked the TCP packet length but not the
amount captured.  It won't overrun random data after the packet unless
it's formatted like a known telnet option, so this is very unlikely to
be exploitable.
print-telnet.c