Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/01/2001 20:25:24
Module Name: syssrc
Committed By: martin
Date: Sat Dec 1 18:25:23 UTC 2001
Modified Files:
syssrc/sys/net: if_pppoe.c
Log Message:
Fail early when trying to identify a pppoe interface softc (from a
HOST UNIQUE token) and our list of interfaces is empty. Without this
test an unitinalized pointer may be dereferenced.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/net/if_pppoe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.