From: utzoo!decvax!pur-ee!uiucdcs!kolstad
Newsgroups: net.bugs.4bsd
Title: Tiny error in finger.c - (nf)
Article-I.D.: uiucdcs.205
Posted: Thu Jun 24 22:25:25 1982
Received: Mon Jun 28 06:30:21 1982
Reply-To: s

#N:uiucdcs:8200001:000:246
uiucdcs!kolstad    Jun 24 22:07:00 1982

finger will blow off if someone has an inordinately long information field
without commas (e.g., :michael_petrea_isr_717_3324445:).  This is because
buff in routine matchcmp is allocated only 20 bytes.  40 is a big improvement:

	char buff[40];