Date: Mon, 2 Sep 2002 00:58:07 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src buffer.c Message-ID: <200209020758.g827w7sr074644@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter       2002/09/02 00:58:07 PDT
  Modified files:
    contrib/cvs/src      buffer.c 
  Log:
  Fix a cvs server bug introduced in 1.11.2, in the words of the author:
  ---
  Fix communication hanging in communication shutdown phase, caused by at
  least older CVS clients (version < 1.11.2) and a semantically incorrect
  usage of getc() by the server.
  ---
  
  getc() was being used on a blocking socket/pipe.
  
  Submitted by:   rse
  
  Revision  Changes    Path
  1.2       +627 -17   src/contrib/cvs/src/buffer.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209020758.g827w7sr074644>
