Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 03/10/2000 06:47:15
Module Name: syssrc
Committed By: itojun
Date: Fri Mar 10 14:47:15 UTC 2000
Modified Files:
syssrc/sys/net: route.c rtsock.c
Log Message:
do not touch radix_node with RNF_ROOT on route_output(). this can
cause kernel panic (by non-root invocation of route(8)) on certain
routing table setup.
KAME PR: 217
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/net/route.c
cvs rdiff -r1.36 -r1.37 syssrc/sys/net/rtsock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.