Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/regress/sys/net/in_cksum



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.




Home | Main Index | Thread Index | Old Index