Subject: CVS commit: src/regress/sys/net/in_cksum
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 01/27/2008 16:49:13
Module Name:	src
Committed By:	chris
Date:		Sun Jan 27 16:49:13 UTC 2008

Modified Files:
	src/regress/sys/net/in_cksum: in_cksum.c

Log Message:
Force the last loop to always walk all the data in the mbuf chain.

It appears that randomness was against me when I updated the arm version
as it crashes when used for real.  By forcing one full walk of the mbuf
chain the regression tool crashes, hinting that something is wrong.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/regress/sys/net/in_cksum/in_cksum.c

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