Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site rlgvax.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!trwatf!rlgvax!peter From: peter@rlgvax.UUCP (Peter Klosky) Newsgroups: net.sources.bugs Subject: Re: Chat - A multi-user communication system Message-ID: <616@rlgvax.UUCP> Date: Wed, 24-Apr-85 18:02:26 EDT Article-I.D.: rlgvax.616 Posted: Wed Apr 24 18:02:26 1985 Date-Received: Sun, 28-Apr-85 05:56:05 EDT References: <877@bnl.UUCP> Distribution: net Organization: CCI Office Systems Group, Reston, VA Lines: 8 > line 273 chat.c: _name[20][10], ^^ This constant gives trouble if your system has more than twenty users or whatever, as there is no check on this array bound. The program also cleverly catches all signals so remove the signal catching code for debug environment to enable core drops. Also keep an eye out for the Makefile; the dependencies lists are cleverly truncated for efficiency.