chiark / gitweb /
mtu: Discard over-mtu packets
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 18 Jun 2019 17:41:27 +0000 (18:41 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 18 Jun 2019 17:41:27 +0000 (18:41 +0100)
commit03c02c85656280802dffebcace1698877e89aa60
treebb392c0b78f25625e9647a9d032aa2a91a935cf5
parent5407334f0fd09ff6baf36683b410fd04626232e1
mtu: Discard over-mtu packets

There is no authentication of packet data.  Bad captive portals
etc. can send garbage bad enough to overflow the mtu and cause the
client to crash.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
hippotatlib/__init__.py