Subject: CVS commit: src/sys/netiso
To: None <source-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: source-changes
Date: 03/29/2007 08:19:20
Module Name: src
Committed By: adrianp
Date: Thu Mar 29 08:19:20 UTC 2007
Modified Files:
src/sys/netiso: clnp_subr.c
Log Message:
A number of functions do not validate the length of arguments passed.
As a result of this a user could supply a bad 'sockaddr' structure to
clnp_route() via connect(2).
Issue found by Christer Oberg and patch from christos@ (NetBSD-SA2007-004)
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/netiso/clnp_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.