cvs commit: src/sys/nfsclient nfs_socket.c

Paul Saab ps at FreeBSD.org
Wed Jan 5 15:21:14 PST 2005


ps          2005-01-05 23:21:13 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_socket.c 
  Log:
  If the NFS/TCP stream is out of sync between the client and server,
  and if the client (erroneously) reads the RPC length as 0 bytes, the
  client can loop around in the socket callback. Explicitly check for
  the length being 0 case and teardown/re-connect.
  
  Submitted by:   Mohan Srinivasan
  
  Revision  Changes    Path
  1.118     +1 -1      src/sys/nfsclient/nfs_socket.c


More information about the cvs-src mailing list