[10929] in bugtraq
Re: cfingerd 1.3.2
daemon@ATHENA.MIT.EDU (Larry W. Cashdollar)
Fri Jul 2 17:02:48 1999
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Md5: 6afyf/ZeoaBJ22l7+FaAWQ==
Message-Id: <199907021921.PAA12413@beanie.Biw.COM>
Date: Fri, 2 Jul 1999 15:21:33 -0400
Reply-To: "Larry W. Cashdollar" <lwcashd@BIW.COM>
From: "Larry W. Cashdollar" <lwcashd@BIW.COM>
To: BUGTRAQ@NETSPACE.ORG
An easy and quick Patch for cfingerd 1.3.2. if you really need to run finger.
[root@dt065n87 src]# diff parse.old parse.c
78c78
< char parsed[80];
---
> char parsed[100];
80c80
< bzero(parsed, 80);
---
> bzero(parsed, 100);
If you havent written this already...
-- Larry W. Cashdollar