Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Curt Sampson <cjs@netbsd.org>
List: source-changes
Date: 02/16/1999 12:47:24
Module Name:	src
Committed By:	cjs
Date:		Tue Feb 16 20:47:24 UTC 1999

Modified Files:
	src/usr.sbin/traceroute: traceroute.c
Log Message:
Check select() return value, and abort the program if an error is
returned.  Otherwise after sending a packet, select() may return
immediately (if there's an error of some sort) and traceroute
solders on, sending more packets with no delay in between. This is
effectively a small flood attack.