CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/24 05:09:05
Modified files: sys/netinet6 : frag6.c Log message: When the IPv6 network stack receives an empty non atomic fragment, just drop it. It can never overlap existing content, there is no ambiguous payload. So save resources and do not try to insert it into the queue. This makes our IPv6 stack behave like pf fragment reassembly. OK deraadt@