K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-12-15T00:34:46.000000Z
K 7
svn:log
V 396
authprogs/ckpasswd.c:
	- From: Aidan Cully <aidan@panix.com>
	- I see that there's a small problem in the fgets(), where it doesn't
	  make sure that strchr(buff, '\n') actually lands within sizeof(buff),
	  but it should be _extremely_ rare that that actually opens a root
	  hole to your system.  I can't even imagine the circumstances where it
	  would.  The following patch fixes it, though:

END
