Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/22/2004 05:26:46
Module Name: src
Committed By: yamt
Date: Thu Jul 22 05:26:46 UTC 2004
Modified Files:
src/sys/netinet6: raw_ip6.c
Log Message:
rip6_output: make sure that the mbuf is writable
before write a checksum into it.
otherwise "ping6 -s50000" causes a panic.
ok'ed by itojun.
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/netinet6/raw_ip6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.