Return to BSD News archive
Xref: sserve comp.os.386bsd.bugs:2139 comp.bugs.4bsd:2011 Newsgroups: comp.os.386bsd.bugs,comp.bugs.4bsd Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!pacbell.com!ihnp4.ucsd.edu!mvb.saic.com!MathWorks.Com!europa.eng.gtefsd.com!howland.reston.ans.net!wupost!psuvax1!psuvax1.cse.psu.edu!schwartz From: schwartz@groucho.cse.psu.edu (Scott Schwartz) Subject: Re: Bug in _validuser() in rcmd.c In-Reply-To: nils@guru.stgt.sub.org's message of Sun, 6 Mar 1994 23:09:35 GMT Message-ID: <SCHWARTZ.94Mar7184137@groucho.cse.psu.edu> Sender: news@cse.psu.edu (Usenet) Nntp-Posting-Host: groucho.cse.psu.edu References: <NILS.94Mar6230935@guru.stgt.sub.org> Date: Mon, 7 Mar 1994 23:41:37 GMT Lines: 6 nils@guru.stgt.sub.org (Cornelis van der Laan) writes: Will someone please correct the buffersize to be at least MAXHOSTNAMELEN+8+1 ? Better yet, will someone please stop using static allocation for these things? Fgetline is your friend.