From: utzoo!decvax!harpo!floyd!cmcl2!salkind
Newsgroups: net.bugs.uucp
Title: Re: sigtramp() - (nf)
Article-I.D.: cmcl2.4076
Posted: Thu Jun 10 15:11:08 1982
Received: Fri Jun 11 04:22:43 1982
References: uiucdcs.169 utah-cs.753

The fix posted (for the bug in anlwrk.c) is not quite right.  Here is
a correct one line fix (around line 67):

	if (listp == NULL || listp >= (list + LLEN) || *listp == NULL

Note the order of the tests is reversed also.

	Lou Salkind