Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 02/21/2006 22:01:17
Module Name: src
Committed By: rpaulo
Date: Tue Feb 21 22:01:17 UTC 2006
Modified Files:
src/sys/net: rtsock.c
Log Message:
In sysctl_iflist() don't assume TAILQ_FIRST() will never be NULL.
Prevents crash found by Uwe and fix confirmed working by Jeff Ito (all
on tech-net).
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sys/net/rtsock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.