Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/01/2000 21:42:11
Module Name: basesrc
Committed By: itojun
Date: Tue Aug 1 18:42:10 UTC 2000
Modified Files:
basesrc/usr.sbin/inetd: inetd.c
Log Message:
be more paranoid about UDP-based echo services validation. namely,
reject the following sources:
0.0.0.0/8 127.0.0.0/8 240.0.0.0/4 255.0.0.0/8
ff00::/8 ::/128
::ffff:0.0.0.0/96 and ::0.0.0.0/96 obeys IPv4 rule.
hint from deraadt.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 basesrc/usr.sbin/inetd/inetd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.