Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 1998 14:46:02 -0800
From:      Scott Michel <scottm@cs.ucla.edu>
To:        freebsd-current@FreeBSD.ORG
Subject:   cvs bug (and fix)
Message-ID:  <199802062246.OAA03856@mordred.cs.ucla.edu>

next in thread | raw e-mail | index | archive | help
This one's been driving me batshit for the last couple of days. I'm
surprised no one else has encountered it yet.

Line 6016 in /usr/src/contrib/cvs/src/rcs.c needs to be changed from

    if (n == EOF)

to

    if (n == EOF || num == NULL)  

Otherwise you get spurious assert's in findnode() a little later on.

Can someone change, approve, and check this in? TIA


--scooter
-- 
Scott Michel                        | In life, there are sheep and there are
UCLA Computer Science		    | wolves.
PhD Graduate Student                |           I don't bleat.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802062246.OAA03856>