CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/04/17 10:42:50
Modified files: sys/net : pf_norm.c Log message: On Ethernet packets have a minimal length, so very short packets get padding appended to them. This padding is not stripped off in ip6_input() (due to support for IPv6 Jumbograms, RFC2675). That means PF needs to be careful when reassembling fragmented packets to not include the padding in the reassembled packet. from FreeBSD; via Kristof Provost; OK henning@