Date: Wed, 5 Jan 2005 23:21:13 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_socket.c Message-ID: <200501052321.j05NLD9r046752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501052321.j05NLD9r046752>