
		26) Buffers in uuname too small

From: teklabs!decvax!duke!harpo!vax135!cornell!pavel
Date: Wed Mar 24 12:32:37 1982
Subject: uuname buffer too small
Newsgroups: net.bugs.v7

The buffers 's' and 'prev' are too small in uuname.c, only 128 characters.
I recommend changing them to BUFSIZ.  This can easily be done with a global
change of 128 to BUFSIZ.
	Pavel Curtis
	decvax!cornell!pavel

