Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 10/15/1998 05:34:22
Module Name:	src
Committed By:	drochner
Date:		Thu Oct 15 12:34:21 UTC 1998

Modified Files:
	src/usr.sbin/named/nslookup: main.c res.h
Log Message:
Prevent sscanf() from overflowing its output buffer(s) if the input
string contains a hostname longer than 255 chars.
Truncates silently now - still better than crashing.