Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/26/2006 19:17:25
Module Name:	src
Committed By:	bouyer
Date:		Thu Jan 26 19:17:25 UTC 2006

Modified Files:
	src/sys/arch/xen/xen: if_xennet.c

Log Message:
Fif off-by-one error: the last byte of a packet is at offset len - 1,
not len.
Should fix KASSERT panic reported by Mike M. Volokhov on port-xen.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/arch/xen/xen/if_xennet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.