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.