[15381] in Athena Bugs
finger -l dumps core on dialups
daemon@ATHENA.MIT.EDU (Brett David Rosen)
Tue Aug 12 17:45:08 1997
To: bugs@MIT.EDU
Cc: bug-dialup@MIT.EDU
Date: Tue, 12 Aug 1997 17:45:00 EDT
From: Brett David Rosen <bdrosen@MIT.EDU>
It looks like the problem with finger -l is
that a variable is unitialized and that finger -l tries
to print that variable only for ftp entries .
This is the diff from a "fixed" source file:
> diff finger.c /afs/dev/source/src-8.0/athena/bin/finger/finger.c
333d332
< p->logintime = NULL;
Brett