Date: Sat, 9 Dec 1995 11:18:45 -0800 (PST) From: Bill Paul <wpaul> To: simonm@dcs.gla.ac.uk, wpaul, freebsd-bugs Subject: Re: bin/872 Message-ID: <199512091918.LAA08045@freefall.freebsd.org>
index | next in thread | raw e-mail
Synopsis: rlogind dumps core
State-Changed-From-To: open-closed
State-Changed-By: wpaul
State-Changed-When: Sat Dec 9 11:12:24 PST 1995
State-Changed-Why:
This bug has been fixed with the last revision of getnetgrent.c. The
problem is that the code will try to fclose /etc/netgroup without actually
having fopened it in the case where /etc/netgroup doesn't exist.
(fclose(NULL) ==> SIGSEGV)
There is a simple workaround which is to create an /etc/netgroup file
that is empty (touch /etc/netgroup) or that has only a single plus
sign ('+') in it.
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512091918.LAA08045>
