Fix fencepost error causing creation of 0-length mbufs when
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 May 2006 16:26:29 +0000 (16:26 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 May 2006 16:26:29 +0000 (16:26 +0000)
commit19e2ada7a7592554780463e7bf4d84d46a5753e9
treee0a9bb129ffcec0fdf1261255ef5b57b1adf8f6d
parent706900fd6e640badb72119572740e66c5c06d70a
Fix fencepost error causing creation of 0-length mbufs when
the boundary between header and data fell on the boundary
between two mbufs.

Submitted-by: Gary Allan <dragonfly@gallan.plus.com>
Taken-from: FreeBSD4
sys/netinet6/esp_core.c