Hi,
it seems i have found a bug with cvs client. I reproduced the bug with
versions 1.8.7, 1.10.7 and 1.10.8.
Here is the things to do to reproduce the segfault:
edit your .cvspass to add a line like this:
:pserver:[EMAIL PROTECTED]:/usr/local/cvs
without any passwd at the end of the line.
Now do a cvs login and enter your passwd:
tmp> cvs login
(Logging in to [EMAIL PROTECTED])
CVS password:
Segmentation fault
tmp> cvs --version
Concurrent Versions System (CVS) 1.8.7 (client/server)
Copyright (c) 1993-1994 Brian Berliner
Copyright (c) 1993-1994 david d `zoo' zuhn
Copyright (c) 1992, Brian Berliner and Jeff Polk
Copyright (c) 1989-1992, Brian Berliner
CVS may be copied only under the terms of the GNU General Public
License,
a copy of which can be found with the CVS distribution kit.
Enjoy!
Eric