[806] in SIPB-AFS-requests
Re: idec() problem
daemon@ATHENA.MIT.EDU (Richard Basch)
Sun Oct 4 20:13:11 1992
Date: Sun, 4 Oct 92 20:12:14 -0400
To: Bill Sommerfeld <wesommer@MIT.EDU>
Cc: "Richard Basch" <basch@MIT.EDU>, op@MIT.EDU, vice-squad@MIT.EDU,
In-Reply-To: Bill Sommerfeld's message of Sun, 4 Oct 92 16:07:59 -0400,
From: "Richard Basch" <basch@MIT.EDU>
I just stumbled across some code in vol/clone.c that seems to affect how
much is placed on the idec list (it builds up a list). The patch in 3.2
is to check feof(), and not solely rely on fread() not returning data
after EOF is reached.
However, with all the patches in 3.2, and how many of them affect us, I
have finally given up and started to integrate our local changes into 3.2.
Then again, I have also been auditing most of the differences between
3.1 and 3.2 and found a few bugs along the way.
-R