bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Protocol error" fix not in v1.11.x?


From: Mark D. Baushke
Subject: Re: "Protocol error" fix not in v1.11.x?
Date: Tue, 09 Dec 2003 15:37:55 -0800

Hi Jim,

Jim.Hyslop <Jim.Hyslop@Leitch.com> writes:

> We've been experiencing "Protocol error: uncounted data discarded" errors.
> It looks like this was fixed for the 1.12 branch in server.c (CVS rev 1.289)
> but has not been merged into the 1.11.x branch as a bug fix (1.11 branched
> at 1.284). If this is the case, could this fix please be merged to the
> branch for the next 1.11 rev?

If you are able to reproduce the problem, could you apply the patch to
your cvs 1.11.10 sources and see if it fixes the prbolem?

        -- Mark

Index: server.c
===================================================================
RCS file: /cvs/ccvs/src/server.c,v
retrieving revision 1.284.2.9
diff -u -p -r1.284.2.9 server.c
--- server.c    3 Oct 2003 19:15:32 -0000       1.284.2.9
+++ server.c    9 Dec 2003 23:36:59 -0000
@@ -4404,6 +4404,7 @@ template_proc (repository, template)
            return 1;
        }
     }
+    buf_send_counted (protocol);
     if (fclose (fp) < 0)
        error (0, errno, "cannot close rcsinfo template file %s", template);
     return 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]