[net.sources.bugs] Chat - A multi-user communication system

peter@rlgvax.UUCP (Peter Klosky) (04/25/85)

> 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.