Module Name: src Committed By: christos Date: Tue Mar 12 21:54:36 UTC 2013
Modified Files: src/sys/netinet: in4_cksum.c Log Message: - Do the size checks before calling the cpu checksum code. Otherwise you'll crash there and not panic. - Don't panic on short packets unless DIAGNOSTIC. In general we should try to make the kernel survive errors... To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/netinet/in4_cksum.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.