Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 08/02/2002 03:09:34
Module Name: syssrc
Committed By: fvdl
Date: Fri Aug 2 00:09:34 UTC 2002
Modified Files:
syssrc/sys/nfs: nfs_socket.c
Log Message:
Initialize recm to NULL inside the loop, so that a record length of
NULL will not accidentallly append bogus data (the previous record).
Derived from a fix by Matt Dillon in FreeBSD.
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 syssrc/sys/nfs/nfs_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.